Horde_Kolab_Storage_Cache::__construct PHP Метод

__construct() публичный Метод

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