Class CacheStrategyAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class CacheStrategyAttribute : MetadataAttribute
Constructors
CacheStrategyAttribute(CacheStrategy)
Declaration
public CacheStrategyAttribute(CacheStrategy cacheStrategy)
Parameters
Cache
|
Properties
CacheStrategy
Declaration
[ConstructorArgument]
public CacheStrategy CacheStrategy { get; }