Share via


CachingStoreProvider Members

Include Protected Members
Include Inherited Members

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 CachingStoreProvider type exposes the following members.

Constructors

  Name Description
Public method CachingStoreProvider

Initialize a new instance of the CachingStoreProvider class.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method ExpireIdentity
Purges an existing IIdentity object from the cache.
(Overrides SecurityCacheProvider.ExpireIdentity(IToken).)
Public method ExpirePrincipal
Purges an existing IPrincipal object from the cache.
(Overrides SecurityCacheProvider.ExpirePrincipal(IToken).)
Public method ExpireProfile
Purges an existing Profile object from the cache.
(Overrides SecurityCacheProvider.ExpireProfile(IToken).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetIdentity
Gets an existing IIdentity object from the cache.
(Overrides SecurityCacheProvider.GetIdentity(IToken).)
Public method GetInstrumentationEventProvider
Gets the SecurityCacheProviderInstrumentationProvider instance that defines the logical events used to instrument this Security Cache instance.
(Inherited from SecurityCacheProvider.)
Public method GetPrincipal
Gets an existing IPrincipal object from the cache.
(Overrides SecurityCacheProvider.GetPrincipal(IToken).)
Public method GetProfile
Gets an existing Profile object from the cache.
(Overrides SecurityCacheProvider.GetProfile(IToken).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveIdentity Overloaded.
Public method SavePrincipal Overloaded.
Public method SaveProfile Overloaded.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Protected property InstrumentationProvider
Gets the SecurityCacheProviderInstrumentationProvider instance that defines the logical events used to instrument this Security Cache instance.
(Inherited from SecurityCacheProvider.)

See Also

CachingStoreProvider Class

Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore 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.