AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageConfigurationEngine..::..DomainLanguageKey Method (String, Int32, Int32)

Builds a cache key scoped to the specified domain and language by appending their IDs.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected internal string DomainLanguageKey(
	string key,
	int domainId,
	int languageId
)

Parameters

key
Type: String
The base cache key.
domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.

Return Value

The domain- and language-scoped cache key string.