---
title: propertyIsCached
framework: audiotoolbox
role: symbol
role_heading: Type Property
path: audiotoolbox/audiofilestreampropertyflags/propertyiscached
---

# propertyIsCached

This flag is set when the callback AudioFileStream_PropertyListenerProc is invoked in the case that the value of the property has been cached and can be obtained later.

## Declaration

```swift
static var propertyIsCached: AudioFileStreamPropertyFlags { get }
```

## Discussion

Discussion If this flag is not set,  get the value of the property from within this callback or set the cacheProperty flag to instruct the parser to begin caching the property data. Otherwise, the value will not be available after the callback returns.

## See Also

### Constants

- [cacheProperty](audiotoolbox/audiofilestreampropertyflags/cacheproperty.md)
