Class DistributedCacheKeyNormalizeArgs
Inheritance
System.Object
DistributedCacheKeyNormalizeArgs
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