CachingServices.CachingProfileRegistry.Item Property |
Gets a CachingProfile of a given name. If no profile exists, a new profile is created, registered and returned.
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CachingProfile this[ string profileName ] { get; }
Parameters
- profileName
- Type: System.String
The profile name (a case-insensitive string).
Return Value
Type: CachingProfileA CachingProfile object with name profileName.