Enum CacheLevel
CacheLevel is used to specify the cachability of a string, determined as minimum of the used token cachability.
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public enum CacheLevel : byte
Remarks
CacheLevel is determined as minimum of the used tokens' cachability.
Fields
Name | Description |
---|---|
fullyCacheable | Caching of the text can be done without limitations or any risk |
notCacheable | Caching of the text is not suitable and might expose security risks |
secureforCaching | Caching of the text might result in inaccurate display (e.g. time), but does not expose a security risk |