class
L2 extends LX (View source)
Methods
string|null
get(
Address $address)
Fetch a value from the cache.
boolean
exists(
Address $address)
Determine whether or not the specified Address exists in the cache.
set($pool,
Address $address, $value = null, $expiration = null, array $tags = array(), $value_is_serialized = false)
No description
Details
abstract
getEntry(Address $address)
string|null
get(Address $address)
Fetch a value from the cache.
boolean
exists(Address $address)
Determine whether or not the specified Address exists in the cache.
collectGarbage($item_limit = null)
abstract
applyEvents(L1 $l1)
abstract
set($pool, Address $address, $value = null, $expiration = null, array $tags = array(), $value_is_serialized = false)
abstract
delete($pool, Address $address)
abstract
deleteTag(L1 $l1, $tag)
abstract
getAddressesForTag($tag)