NullBackingStore Class
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This class is used when no backing store is needed to support the caching storage policy. Its job is to provide an implementation of a backing store that does nothing, merely enabling the cache to provide a strictly in-memory cache.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(CacheStorageData))> _
PublicClassNullBackingStore _
Implements IBackingStore, IDisposable
[ConfigurationElementTypeAttribute(typeof(CacheStorageData))]
publicclassNullBackingStore : IBackingStore,
IDisposable
[ConfigurationElementTypeAttribute(typeof(CacheStorageData))]
publicref classNullBackingStore : IBackingStore,
IDisposable
publicclass NullBackingStore implements IBackingStore, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.NullBackingStore
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |