Show / Hide Table of Contents

Class DistributedCacheKeyNormalizeArgs

Inheritance
System.Object
DistributedCacheKeyNormalizeArgs
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public class DistributedCacheKeyNormalizeArgs : object

Constructors

DistributedCacheKeyNormalizeArgs(String, String, Boolean)

Declaration
public DistributedCacheKeyNormalizeArgs(string key, string cacheName, bool ignoreMultiTenancy)
Parameters
Type Name Description
System.String key
System.String cacheName
System.Boolean ignoreMultiTenancy

Properties

CacheName

Declaration
public string CacheName { get; }
Property Value
Type Description
System.String

IgnoreMultiTenancy

Declaration
public bool IgnoreMultiTenancy { get; }
Property Value
Type Description
System.Boolean

Key

Declaration
public string Key { get; }
Property Value
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