C# Класс GSoft.Dynamite.Cache.SimpleCacheKey

Simple cache key
Наследование: ICacheKey
Показать файл Открыть проект

Открытые методы

Метод Описание
SimpleCacheKey ( string keyForBothLanguages ) : System.Collections.Generic

Creates a new simple cache key to cache the same items regardless of the current language

SimpleCacheKey ( string englishKey, string frenchKey ) : System.Collections.Generic

Creates a new simple cache key to cache different items depending on the current language

Приватные методы

Метод Описание
BuildSecurityGroupDiscriminatorPrefix ( ) : string

Описание методов

SimpleCacheKey() публичный Метод

Creates a new simple cache key to cache the same items regardless of the current language
public SimpleCacheKey ( string keyForBothLanguages ) : System.Collections.Generic
keyForBothLanguages string The key to share between both English and French content items
Результат System.Collections.Generic

SimpleCacheKey() публичный Метод

Creates a new simple cache key to cache different items depending on the current language
public SimpleCacheKey ( string englishKey, string frenchKey ) : System.Collections.Generic
englishKey string English key
frenchKey string French key
Результат System.Collections.Generic