Version 1.33 (checked in on 2009/05/21 at 10:17:37 by dries)
| Name | Beschreibung |
|---|---|
| cache_clear_all | Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables. |
| 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_set | Store data in the persistent cache. |
Kommentare
Kommentar hinzufügen