Version 1.52 (checked in on 2011/02/24 at 12:09:59 by dries)
| 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. |
| Name | Description |
|---|---|
| DrupalCacheInterface | Interface for cache implementations. |
| Name | Description |
|---|---|
| DrupalDatabaseCache | Default cache implementation. |