ICachingConfigurationCacheManager.StoreInMemory Method
Specifies cache items should not be persisted, but kept in memory using a NullBackingStore.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
Function StoreInMemory As ICachingConfiguration
ICachingConfiguration StoreInMemory()
ICachingConfiguration^ StoreInMemory()
function StoreInMemory() : ICachingConfiguration
Return Value
Fluent interface that can be used to further configure caching configuration.
See Also
ICachingConfigurationCacheManager Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace
Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.NullBackingStore
Microsoft.Practices.EnterpriseLibrary.Caching.CacheManager
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerData