This is the code documentation for the SproutCMS project
Search documentation |
interface CacheDriverCache driver interface.
Implemented bypublic deletevoid delete ( mixed $id [, mixed $tag ] ); Delete cache items by id or tag. public deleteExpiredvoid deleteExpired ( ); Deletes all expired cache items. public findvoid find ( mixed $tag ); Find all of the cache ids for a given tag. public getvoid get ( mixed $id ); Get a cache item. Return NULL if the cache item is not found. public setvoid set ( mixed $id , mixed $data [, array $tags , mixed $lifetime ] ); Set a cache item. |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|