Partager via


CacheManagerSettings.CacheManagers 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 the collection of defined CacheManager objects.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("cacheManagers", IsRequired := True)> _
PublicReadOnlyPropertyCacheManagersAs NamedElementCollection(Of CacheManagerData)
[ConfigurationPropertyAttribute("cacheManagers", IsRequired = true)]
public NamedElementCollection<CacheManagerData> CacheManagers { get; }
[ConfigurationPropertyAttribute(L"cacheManagers", IsRequired = true)]
public:
property NamedElementCollection<CacheManagerData^>^ CacheManagers {
    NamedElementCollection<CacheManagerData^>^ get ();
}
publicfunction getCacheManagers () : NamedElementCollection<CacheManagerData>

Field Value

The collection of defined CacheManager objects.

See Also

CacheManagerSettings Class

Microsoft.Practices.EnterpriseLibrary.Caching.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.