CachedSectionTData Fields |
The CachedSectionTData generic type exposes the following members.
Name | Description | |
---|---|---|
mData |
Data to be cached / retrieved
| |
mDataWasSet |
Flag indicating whether the data property was set. The data property must be set if progressive caching is enabled
(Inherited from CachedSection.) | |
mException |
Exception that occurred when loading data
(Inherited from CachedSection.) | |
mLoadData |
True if the data should be loaded by the code.
(Inherited from CachedSection.) | |
mLock |
Object for the synchronization.
(Inherited from CachedSection.) | |
mLockAcquired |
Flag whether the lock was acquired for this cached section
(Inherited from CachedSection.) | |
mRemoved |
Flag set when the item is removed from the cache
(Inherited from CachedSection.) | |
mSettings |
Cache settings
(Inherited from CachedSection.) |