Class TenantConfigurationCacheItem
Inheritance
TenantConfigurationCacheItem
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
[IgnoreMultiTenancy]
public class TenantConfigurationCacheItem
Constructors
TenantConfigurationCacheItem()
Declaration
public TenantConfigurationCacheItem()
TenantConfigurationCacheItem(TenantConfiguration?)
Declaration
public TenantConfigurationCacheItem(TenantConfiguration? value)
Parameters
Properties
Value
Declaration
public TenantConfiguration? Value { get; set; }
Property Value
Methods
CalculateCacheKey(Guid)
Declaration
public static string CalculateCacheKey(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
CalculateCacheKey(Guid?, string?)
Declaration
public static string CalculateCacheKey(Guid? id, string? name)
Parameters
Returns
CalculateCacheKey(string)
Declaration
public static string CalculateCacheKey(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Extension Methods