C# 클래스 GSoft.Dynamite.Cache.SimpleCacheKey

Simple cache key
상속: ICacheKey
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
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