Click or drag to resize
CachedSectionTData Fields

The CachedSectionTData generic type exposes the following members.

Fields
  NameDescription
Protected fieldmData
Data to be cached / retrieved
Protected fieldmDataWasSet
Flag indicating whether the data property was set. The data property must be set if progressive caching is enabled
(Inherited from CachedSection.)
Protected fieldmException
Exception that occurred when loading data
(Inherited from CachedSection.)
Protected fieldmLoadData
True if the data should be loaded by the code.
(Inherited from CachedSection.)
Protected fieldmLock
Object for the synchronization.
(Inherited from CachedSection.)
Protected fieldmLockAcquired
Flag whether the lock was acquired for this cached section
(Inherited from CachedSection.)
Protected fieldmRemoved
Flag set when the item is removed from the cache
(Inherited from CachedSection.)
Protected fieldmSettings
Cache settings
(Inherited from CachedSection.)
Top
See Also