Show / Hide Table of Contents

Class CacheNameAttribute

Inheritance
System.Object
CacheNameAttribute
Namespace: Volo.Abp.Caching
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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft