Horde_Kolab_Storage_Cache::__construct PHP Méthode

__construct() public méthode

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