ICachingConfigurationCacheManagerOptions Members
Include Protected Members
Include Inherited Members
The ICachingConfigurationCacheManagerOptions 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.) |
|
PollWhetherItemsAreExpiredIntervalSeconds |
Specifies the time interval, in seconds, that should be waited to see whether cache items should be expired. The default interval is 60 seconds. |
|
StartScavengingAfterItemCount |
Specifies the maximum numer of cache items after which scavenging will be performed. The default maximum number of cache items is 1000. |
|
StoreInMemory |
Specifies cache items should not be persisted, but kept in memory using a NullBackingStore.
(Inherited from ICachingConfigurationCacheManager.) |
|
StoreInSharedBackingStore |
Specifies cache items should be stored using a previously configured IBackingStore of name backingStoreName.
(Inherited from ICachingConfigurationCacheManager.) |
|
ToString |
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
UseAsDefaultCache |
Specifies the current CacheManager as the default cache manager instance.
(Inherited from ICachingConfigurationCacheManager.) |
|
WhenScavengingRemoveItemCount |
Specifies the number of cache items that should be removed when scavenging cache items. The default number of cache items that should be removed is 10. |
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.
(Inherited from ICachingConfigurationCacheManager.) |
See Also
ICachingConfigurationCacheManagerOptions Interface
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Fluent Namespace