Class ExternalLocalizationTextCache.MemoryCacheItem
Inheritance
ExternalLocalizationTextCache.MemoryCacheItem
Assembly: Volo.Abp.LanguageManagement.Domain.dll
Syntax
public class ExternalLocalizationTextCache.MemoryCacheItem
Constructors
MemoryCacheItem(Dictionary<string, string>, string)
Declaration
public MemoryCacheItem(Dictionary<string, string> texts, string cacheStamp)
Parameters
Properties
CacheStamp
Declaration
public string CacheStamp { get; }
Property Value
LastCheckTime
Declaration
public DateTime LastCheckTime { get; set; }
Property Value
Texts
Declaration
public Dictionary<string, string> Texts { get; }
Property Value
Extension Methods