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

Syntax

C# Copy imageCopy Code
                                  public class CacheManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CacheManager

The type exposes the following properties.

Public Properties

  Name Description
Public property CreationTime
Gets the creation time of the cache.
Public property Static member Current
Gets the current instance of the cache manager.
Public property EntryCount
Gets the number of cache entries contained in the cache.
Public property IsEnabled
Returns true if this instance is enabled.
Public property MaxSize
Gets or sets the maximum size of the cache in bytes.
Public property ScavengeInterval
Gets or sets the scavenge interval.
Public property UsageInfo
Gets information about the cache usage.

See Also

Advanced