ICachingConfigurationCacheManager Members
Include Protected Members
Include Inherited Members
The ICachingConfigurationCacheManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetHashCode |
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetType |
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
StoreInMemory |
Specifies cache items should not be persisted, but kept in memory using a NullBackingStore.
|
|
StoreInSharedBackingStore |
Specifies cache items should be stored using a previously configured IBackingStore of name backingStoreName.
|
|
ToString |
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
UseAsDefaultCache |
Specifies the current CacheManager as the default cache manager instance.
|
Extension Methods
Name | Description | |
---|---|---|
StoreCacheMangerItemsInDatabase |
Specifies that current CacheManager's items should be stored using a DataBackingStore instance.
(Defined by StoreInDatabaseExtension.) |
|
StoreInCustomStore |
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.) |
|
StoreInCustomStore |
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.) |
|
StoreInCustomStore |
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.) |
|
StoreInCustomStore |
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.) |
|
StoreInIsolatedStorage |
Specifies that current CacheManager's items should be stored using a IsolatedStorageBackingStore instance.
(Defined by StoreInIsolatedStorageExtension.) |
Properties
Name | Description | |
---|---|---|
WithOptions |
Returns a fluent interface to further configure this CacheManager instance.
|
See Also
ICachingConfigurationCacheManager Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace