__construct() __construct(integer $ttl) Constructor Instantiate the cache adapter object Parameters integer $ttl
setTtl() setTtl(integer $ttl) : \Pop\Cache\Adapter\AbstractAdapter Set the global time-to-live for the cache adapter Parameters integer $ttl Returns \Pop\Cache\Adapter\AbstractAdapter
getItemTtl() getItemTtl(string $id) : integer Get the time-to-live for an item in cache Parameters string $id Returns integer
saveItem() saveItem(string $id, mixed $value, integer $ttl = null) : void Save an item to cache Parameters string $id mixed $value integer $ttl
hasItem() hasItem(string $id) : boolean Determine if the item exist in cache Parameters string $id Returns boolean