Method GetCacheEntries
GetCacheEntries()
EXPERT: Generates an array of FieldCache.CacheEntry objects representing all items currently in the IFieldCache.
NOTE: These FieldCache.CacheEntry objects maintain a strong reference to the
Cached Values. Maintaining references to a FieldCache.CacheEntry the AtomicReader
associated with it has garbage collected will prevent the Value itself
from being garbage collected when the Cache drops the
Declaration
FieldCache.CacheEntry[] GetCacheEntries()
Returns
Type | Description |
---|---|
FieldCache.CacheEntry[] |