Show / Hide Table of Contents

Class ExternalLocalizationTextCache.ExternalLocalizationTextCacheItem

Inheritance
object
ExternalLocalizationTextCache.ExternalLocalizationTextCacheItem
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.ExternalLocalizationTextCacheItem

Constructors

ExternalLocalizationTextCacheItem()

Declaration
public ExternalLocalizationTextCacheItem()

ExternalLocalizationTextCacheItem(Dictionary<string, string>)

Declaration
public ExternalLocalizationTextCacheItem(Dictionary<string, string> dictionary)
Parameters
Type Name Description
Dictionary<string, string> dictionary

Properties

Dictionary

Declaration
public Dictionary<string, string> Dictionary { get; set; }
Property Value
Type Description
Dictionary<string, string>

Methods

GetCacheKey(string, string)

Declaration
public static string GetCacheKey(string resourceName, string cultureName)
Parameters
Type Name Description
string resourceName
string cultureName
Returns
Type Description
string
In this article
Back to top Powered by Volosoft