This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration that defines the size of the memory cache.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum CacheSizes
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CacheSizes

Members

Member nameDescription
XSmall
Very small cache, may lead to slower page rendering.
Small
Small cache.
Medium
Medium cache.
Large
Large cache.
XLarge
Very large cache, may lead to a high memory load.

See Also

Smartsite.Core Namespace
Advanced