Class LanguageTextCacheItem
Inheritance
LanguageTextCacheItem
Assembly: Volo.Abp.LanguageManagement.Domain.dll
Syntax
[CacheName("Volo.Abp.LanguageManagement.Texts")]
public class LanguageTextCacheItem
Constructors
LanguageTextCacheItem()
Declaration
public LanguageTextCacheItem()
Properties
Dictionary
Declaration
public Dictionary<string, string> Dictionary { get; set; }
Property Value
Methods
CalculateCacheKey(string, string)
Declaration
public static string CalculateCacheKey(string resourceName, string cultureName)
Parameters
Type |
Name |
Description |
string |
resourceName |
|
string |
cultureName |
|
Returns
Extension Methods