This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The real worker of the block. The Cache class is the traffic cop that prevents resource contention among the different threads in the system. It also will act as the remoting gateway when that feature is added to the cache.

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class Cache : , 
Visual Basic (Declaration)Copy imageCopy Code
Public Class Cache _
	Implements , 

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Caching..::..Cache

See Also

Advanced