Show / Hide Table of Contents

Class ExternalLocalizationTextCache.MemoryCacheItem

Inheritance
object
ExternalLocalizationTextCache.MemoryCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.LanguageManagement.External
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
Type Name Description
Dictionary<string, string> texts
string cacheStamp

Properties

CacheStamp

Declaration
public string CacheStamp { get; }
Property Value
Type Description
string

LastCheckTime

Declaration
public DateTime LastCheckTime { get; set; }
Property Value
Type Description
DateTime

Texts

Declaration
public Dictionary<string, string> Texts { get; }
Property Value
Type Description
Dictionary<string, string>
In this article
Back to top Powered by Volosoft