34 public function set(
$key, $value, $ttl = null);
46 public function delete(
$key);
53 public function clear();
has($key)
Determines whether an item is present in the cache.
deleteMultiple($keys)
Deletes multiple cache items in a single operation.
clear()
Wipes clean the entire cache's keys.
setMultiple($values, $ttl=null)
Persists a set of key => value pairs in the cache, with an optional TTL.
getMultiple($keys, $default=null)
Obtains multiple cache items by their unique keys.