cache.inc
Version 1.41 (checked in on 2009/11/10 at 22:06:09 by dries)
Functions
| Name | Description |
|---|---|
| cache_clear_all | Expire data from the cache. |
| cache_get | Return data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays. |
| 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. |
