| name | description |
| cacheGet | Gets an object that is stored in the cache. |
| cacheGetAllIds | Gets the IDs of all objects stored in the cache. |
| cacheGetMetadata | Gets the metadata values for a cached object. |
| cacheGetProperties | Gets the cache properties for the object cache, the page cache, or both. The information is application-specific. |
| cachePut | Stores an object in the cache. |
| cacheRemove | Removes an object from the cache. |
| cacheSetProperties | Sets the cache properties for the object cache, the page cache, or both. If a cache does not yet exist, creates it. The cache and properties are application-specific. |