Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorKeyValueSerializingCacheProxy

final class PhabricatorKeyValueSerializingCacheProxy
Phabricator Technical Documentation (Cache)

Proxies another cache and serializes values.

This allows more complex data to be stored in a cache which can only store strings.

Methods

public function getKeys($keys)

This method is not documented.
Parameters
array$keys
Return
wild

public function setKeys($keys, $ttl)

This method is not documented.
Parameters
array$keys
$ttl
Return
wild