Share via


CachingStoreProviderNode.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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Gets or sets the CacheManagerNode to use to cache the security credentials.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design.dll)

Syntax

'Declaration
<ReferenceTypeAttribute(GetType(CacheManagerNode))> _
<RequiredAttribute> _
Public Property CacheManager As CacheManagerNode
[ReferenceTypeAttribute(typeof(CacheManagerNode))]
[RequiredAttribute]
public CacheManagerNode CacheManager { get; set; }
[ReferenceTypeAttribute(typeof(CacheManagerNode))]
[RequiredAttribute]
public:
property CacheManagerNode^ CacheManager {
    CacheManagerNode^ get ();
    void set (CacheManagerNode^ value);
}
public function get CacheManager () : CacheManagerNode
public function set CacheManager (value : CacheManagerNode)

Field Value

The CacheManagerNode to use to cache the security credentials.

See Also

CachingStoreProviderNode Class

Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design Namespace