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 | |
---|---|---|
CachingStoreProvider | Initialize a new instance of the CachingStoreProvider class. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExpireIdentity |
Purges an existing IIdentity object from the cache.
(Overrides SecurityCacheProvider.ExpireIdentity(IToken).) |
|
ExpirePrincipal |
Purges an existing IPrincipal object from the cache.
(Overrides SecurityCacheProvider.ExpirePrincipal(IToken).) |
|
ExpireProfile |
Purges an existing Profile object from the cache.
(Overrides SecurityCacheProvider.ExpireProfile(IToken).) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetIdentity |
Gets an existing IIdentity object from the cache.
(Overrides SecurityCacheProvider.GetIdentity(IToken).) |
|
GetInstrumentationEventProvider |
Gets the SecurityCacheProviderInstrumentationProvider instance that defines the logical events used to instrument this Security Cache instance.
(Inherited from SecurityCacheProvider.) |
|
GetPrincipal |
Gets an existing IPrincipal object from the cache.
(Overrides SecurityCacheProvider.GetPrincipal(IToken).) |
|
GetProfile |
Gets an existing Profile object from the cache.
(Overrides SecurityCacheProvider.GetProfile(IToken).) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SaveIdentity | Overloaded. | |
SavePrincipal | Overloaded. | |
SaveProfile | Overloaded. | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
InstrumentationProvider |
Gets the SecurityCacheProviderInstrumentationProvider instance that defines the logical events used to instrument this Security Cache instance.
(Inherited from SecurityCacheProvider.) |
See Also
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. |