1.47 (checked in on 2010/03/07 at 07:26:13 by webchick)
| Name | Description |
|---|---|
| cache_clear_all | Expire data from the cache. |
| cache_get | Return data from the persistent cache |
| cache_get_multiple | Return data from the persistent cache when given an array of cache IDs. |
| cache_is_empty | Check if a cache bin is empty. |
| cache_set | Store data in the persistent cache. |
| _cache_get_object | Get the cache object for a cache bin. |