[This is preliminary documentation and is subject to change.]
Stores cached item (such as a business object) along with additional caching information about it.
The instance of this class gets reused for the same Key, so Key is immutable field.
The instance of this class is returned by table.Get(key...) so the calling thread may see different Value property with time
as it may be dynamically changed by some other thread (the newer value for the same Key)
Inheritance Hierarchy

NFX DisposableObject
NFX.DataAccess.Cache Bucketed
NFX.DataAccess.Cache CacheRec
Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also