Jaa


ICachingConfigurationCacheManager Members

Include Protected Members
Include Inherited Members

The ICachingConfigurationCacheManager type exposes the following members.

Methods

  Name Description
Ff672481.pubmethod(en-us,PandP.50).gif Equals
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.)
Ff672481.pubmethod(en-us,PandP.50).gif GetHashCode
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.)
Ff672481.pubmethod(en-us,PandP.50).gif GetType
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.)
Ff672481.pubmethod(en-us,PandP.50).gif StoreInMemory
Specifies cache items should not be persisted, but kept in memory using a NullBackingStore.
Ff672481.pubmethod(en-us,PandP.50).gif StoreInSharedBackingStore
Specifies cache items should be stored using a previously configured IBackingStore of name backingStoreName.
Ff672481.pubmethod(en-us,PandP.50).gif ToString
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.)
Ff672481.pubmethod(en-us,PandP.50).gif UseAsDefaultCache
Specifies the current CacheManager as the default cache manager instance.

Extension Methods

  Name Description
Ff672481.pubextension(en-us,PandP.50).gif StoreCacheMangerItemsInDatabase
Specifies that current CacheManager's items should be stored using a DataBackingStore instance.
(Defined by StoreInDatabaseExtension.)
Ff672481.pubextension(en-us,PandP.50).gif StoreInCustomStore
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.)
Ff672481.pubextension(en-us,PandP.50).gif StoreInCustomStore
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.)
Ff672481.pubextension(en-us,PandP.50).gif StoreInCustomStore
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.)
Ff672481.pubextension(en-us,PandP.50).gif StoreInCustomStore
Specifies that current CacheManager's items should be stored using a custom implementation of IBackingStore.
(Defined by StoreInCustomStoreExtension.)
Ff672481.pubextension(en-us,PandP.50).gif StoreInIsolatedStorage
Specifies that current CacheManager's items should be stored using a IsolatedStorageBackingStore instance.
(Defined by StoreInIsolatedStorageExtension.)

Properties

  Name Description
Ff672481.pubproperty(en-us,PandP.50).gif WithOptions
Returns a fluent interface to further configure this CacheManager instance.

See Also

ICachingConfigurationCacheManager Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace