This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the cache modes.

Namespace: Smartsite.Tools.Caching.Angelina
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
[]
public enum CacheMode
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration CacheMode

Members

Member nameDescription
None
No caching
Read
Read only from cache, do not write.
Write
Write only to cache, do not read.
ReadWrite
Read from and write to cache.

See Also

Advanced