cache.inc

Version 1.40 (checked in on 2009/09/13 at 17:49:51 by dries)

Functions

NameDescription
cache_clear_allExpire data from the cache.
cache_getReturn 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_multipleReturn data from the persistent cache when given an array of cache IDs.
cache_is_emptyCheck if a cache bin is empty.
cache_setStore data in the persistent cache.
_cache_get_objectGet the cache object for a cache bin.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.