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;
    }