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 | |
---|---|---|
Count |
Returns the number of items currently in the cache.
|
|
Item |
Returns the item identified by the provided key
|
|
LastFlush |
Returns the UTC time when the cache was created or flushed last.
|
See Also
Smartsite.Tools.Caching Namespace