Horde_Kolab_Storage_Cache::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Horde_Cache $cache )
$cache Horde_Cache The global cache for temporary data storage.
    public function __construct($cache)
    {
        $this->_horde_cache = $cache;
    }