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 SiteCaching
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SiteCaching

The type exposes the following members.

Public Methods

  Name Description
Public method Dispose
Disposes this instance.
Public method Equals (Inherited from Object.)
Public method Flush Overloaded.
Public method GetCacheSize
Gets the size of the given cache type.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property DataCache
Gets the data cache.
Public property DiskCache
Gets the disk cache.
Public property LastRefreshTime
Gets the DateTime at which the site internal cache was last refreshed.
Public property ModuleCache
Gets the module cache.

Public Events

  Name Description
Public event Flushing
Event that is raised when the the caches of the meta layer are flushed.

See Also

Advanced