Signals that an entity should be cached.

C# | Visual Basic |
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class CachedAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := True)> _ Public NotInheritable Class CachedAttribute _ Inherits Attribute

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | CachedAttribute()()() | |
![]() | ExpiryMinutes |
Gets or sets the expiry in minutes.
|