$_horde_cache
$_horde_cache : \Horde_Cache
The link to the horde cache.
The Kolab_Cache class provides a cache for Kolab groupware objects.
The Horde_Kolab_Storage_Cache singleton instance provides caching for all storage folders. So before operating on the cache data it is necessary to load the desired folder data. Before switching the folder the cache data should be saved.
This class does not offer a lot of safeties and is primarily intended to be used within the Horde_Kolab_Storage_Data class.
Copyright 2007-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
getDataCache(array $data_params) : \Horde_Kolab_Storage_Cache_Data
Return a data cache.
array | $data_params | Return the data cache for a data set with these parameters. |
The data cache.