CP.Cache - contains features to perform simple caching functions
The following tables list the members exposed by CPCacheBaseClass.
Public Constructors
| Name | Description | |
|---|---|---|
|
CPCacheBaseClass |
Public Methods
| Name | Description | |
|---|---|---|
|
Clear | clear all cache based on any content in a list provided |
|
Read | Read the value of a cache. If the cache is cleared, an empty string is returned. |
|
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. |