CachingStoreProviderData.CacheManager Property
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. |
Gets or sets the Caching Block Cache instance name.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore (in Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("cacheManagerInstanceName", IsRequired := True)> _
PublicPropertyCacheManagerAs String
[ConfigurationPropertyAttribute("cacheManagerInstanceName", IsRequired = true)]
public string CacheManager { get; set; }
[ConfigurationPropertyAttribute(L"cacheManagerInstanceName", IsRequired = true)]
public:
property String^ CacheManager {
String^ get ();
voidset (String^ value);
}
publicfunction getCacheManager () : String
publicfunction setCacheManager (value : String)
Field Value
Caching Block Cache Instance Name.
See Also
CachingStoreProviderData Class
Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration 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. |