Class TenantCacheItem
Inheritance
TenantCacheItem
Assembly: Volo.Saas.Domain.dll
Syntax
public class TenantCacheItem
Constructors
TenantCacheItem()
Declaration
TenantCacheItem(TenantConfiguration)
Declaration
public TenantCacheItem(TenantConfiguration value)
Parameters
Type |
Name |
Description |
TenantConfiguration |
value |
|
Properties
Value
Declaration
public TenantConfiguration Value { get; set; }
Property Value
Type |
Description |
TenantConfiguration |
|
Methods
CalculateCacheKey(Guid?, string)
Declaration
public static string CalculateCacheKey(Guid? id, string name)
Parameters
Returns