CachingServices.CachingProfileRegistry Class |
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.14.0 (6.10.14.0)
public sealed class CachingProfileRegistry
The CachingServices.CachingProfileRegistry type exposes the following members.
Name | Description | |
---|---|---|
Default |
Gets the default CachingProfile.
| |
Item |
Gets a CachingProfile of a given name. If no profile exists, a new profile is created, registered and returned.
| |
RevisionNumber |
Gets the revision number of all caching profiles. This property is incremented every time
a profile is registered or modified.
|
Name | Description | |
---|---|---|
Register |
Registers a CachingProfile.
| |
Reset |
Resets the current CachingServices.CachingProfileRegistry to the default values.
|