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

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Tools.Caching.Angelina
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Tools.Caching.Angelina

Classes

  Class Description
Public class CacheEntry
Represents an entry in the cache.
Public class CacheIndex
Provides a thread-safe cache index.
Public class CacheIndexEntry
This class represents an entry for the Angelina disk cache.
Public class CacheKey
Implements basic cachekey functionality.
Public class CacheKeyCmsItem
Represents a cachekey for CMS items.
Public class CacheKeyFile
Represents a cachekey for files.
Public class CacheManager
Provides filesystem caching functionality.
Public class CacheUsageInfo
Provides cache usage info.
Public class DictionaryStorage
Provides load and save helpers for dictionary objects.

Enumerations

  Enumeration Description
Public enumeration CacheMode
Defines the cache modes.
Advanced