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 Code |
---|---|
[] public enum CacheMode |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Enumeration CacheMode |
Members
Member name | Description | |
---|---|---|
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
Smartsite.Tools.Caching.Angelina Namespace