LocalCache ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides default implementation of a cache that stores the mapping locally. The mapped-to objects may reside in local or distributed pile as configured
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.ApplicationModel.Pile LocalCache

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class LocalCache : ServiceWithInstrumentationBase<Object>, 
	ICacheImplementation, ICache, IApplicationComponent, IDisposable, IService, 
	INamed, IConfigurable, IInstrumentable, IExternallyParameterized
See Also