ICache Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents a cache store in Content Studio

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public interface ICache

The ICache type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified value to the cache using a specific key.
Public methodGet
Gets cached data stored with the specified key.
Public methodRemove
Removes cached data stored with the specified key.
Top
Remarks

This interface was added in Content Studio 5.6 Update 1
See Also

Reference