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. |
Classes
Class | Description | |
---|---|---|
BaseBackingStore |
Base class for backing stores. Contains implementations of common policies and utilities usable by all backing stores.
|
|
IsolatedStorageBackingStore |
Implementation of IBackingStore that stores its CacheItems into IsolatedStorage.
|
|
IsolatedStorageCacheItem |
Represents a CacheItem as stored in Isolated Storage. This class is responsible for storing and restoring the item from the underlying file system store.
|
|
NullBackingStore |
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.
|
|
StorageEncryptionProviderCustomFactory |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build an instance of IStorageEncryptionProvider described by a StorageEncryptionProviderData configuration object.
|
Interfaces
Interface | Description | |
---|---|---|
IStorageEncryptionProvider |
Not intended for direct use. Provides symmetric encryption and decryption services to Isolated and Database backing stores. Allows this block to use Security.Cryptography without having a direct reference to that assembly.
|
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. |