This is the code documentation for the SproutCMS project
Search documentation |
interface CacheDriverCache driver interface.
Implemented bypublic 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 deletevoid delete ( mixed $id [, mixed $tag ] ); Delete cache items by id or tag. public deleteExpiredvoid deleteExpired ( ); Deletes all expired cache items. 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: Monday, 3rd April, 2023 at 02:59 pm |