Horde_Kolab_Storage_List_Tools::_prepareListCache PHP Method

_prepareListCache() private method

Setup the list cache.
private _prepareListCache ( )
    private function _prepareListCache()
    {
        $this->_list_cache = new Horde_Kolab_Storage_List_Cache($this->_cache, $this->_driver->getParameters());
    }