B2O
B2O
Key for the backend ID to object ID mapping.
A cache backend for Kolab storage data handlers.
$_cache : \Horde_Kolab_Storage_Cache
The core cache driver.
__construct(\Horde_Kolab_Storage_Cache $cache, array $parameters = null)
Constructor.
\Horde_Kolab_Storage_Cache | $cache | The core cache driver. |
array | $parameters | Data set parameters that are only recorded and have no further impact. |
getStamp() : \Horde_Kolab_Storage_Folder_Stamp
Retrieves the last stamp.
The last recorded stamp.
store(array $objects, \Horde_Kolab_Storage_Folder_Stamp $stamp, string $version, array $delete = array())
Stores the objects list in the cache.
array | $objects | |
\Horde_Kolab_Storage_Folder_Stamp | $stamp | The current stamp. |
string | $version | The format version of the provided data. |
array | $delete | Backend IDs that were removed. |