PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCaching­Services.​Caching­Profile­RegistryItem
Open sandboxFocus

CachingServices.CachingProfileRegistry.Item Property

Item[String]

Gets a CachingProfile of a given name. If no profile exists, a new profile is created, registered and returned.

Declaration
public CachingProfile this[[Required] string profileName] { get; }
Parameters
Type Name Description
System.String profileName

The profile name (a case-insensitive string).

Property Value
Type Description
CachingProfile

A CachingProfile object with name profileName.