Class CacheNameAttribute
Inheritance
System.Object
CacheNameAttribute
Assembly: Volo.Abp.Caching.dll
Syntax
public class CacheNameAttribute : Attribute
Constructors
CacheNameAttribute(String)
Declaration
public CacheNameAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetCacheName(Type)
Declaration
public static string GetCacheName(Type cacheItemType)
Parameters
Type |
Name |
Description |
Type |
cacheItemType |
|
Returns
Type |
Description |
System.String |
|
Extension Methods