CP.Cache - contains features to perform simple caching functions


The following tables list the members exposed by CPCacheBaseClass.

Public Constructors

  Name Description
Public method CPCacheBaseClass  
Top

Public Methods

  Name Description
Public method Clear clear all cache based on any content in a list provided
Public method Read Read the value of a cache. If the cache is cleared, an empty string is returned.
Public method Save Save a string to a name. If a change is made to any of the content is the given list or if the clearbydate is passed, the cache is cleared.
Top

See Also