Show / Hide Table of Contents

Class LanguageTextCacheItem

Inheritance
object
LanguageTextCacheItem
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
Assembly: Volo.Abp.LanguageManagement.Domain.dll
Syntax
public class LanguageTextCacheItem

Constructors

LanguageTextCacheItem()

Declaration
public LanguageTextCacheItem()

Properties

Dictionary

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

Methods

CalculateCacheKey(string, string)

Declaration
public static string CalculateCacheKey(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