Class DistributedCacheKeyNormalizeArgs
Inheritance
object
DistributedCacheKeyNormalizeArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public class DistributedCacheKeyNormalizeArgs
Constructors
DistributedCacheKeyNormalizeArgs(string, string, bool)
Declaration
public DistributedCacheKeyNormalizeArgs(string key, string cacheName, bool ignoreMultiTenancy)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | cacheName | |
| bool | ignoreMultiTenancy |
Properties
CacheName
Declaration
public string CacheName { get; }
Property Value
| Type | Description |
|---|---|
| string |
IgnoreMultiTenancy
Declaration
public bool IgnoreMultiTenancy { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Key
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |