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 Code |
---|---|
public class CacheManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheManager |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CreationTime |
Gets the creation time of the cache.
|
|
Current |
Gets the current instance of the cache manager.
|
|
EntryCount |
Gets the number of cache entries contained in the cache.
|
|
IsEnabled |
Returns true if this instance is enabled.
|
|
MaxSize |
Gets or sets the maximum size of the cache in bytes.
|
|
ScavengeInterval |
Gets or sets the scavenge interval.
|
|
UsageInfo |
Gets information about the cache usage.
|
See Also
Smartsite.Tools.Caching.Angelina Namespace