Kimai_Registry::getCache PHP Method

getCache() public static method

This should be used, if you have no use for a dedicated cache.
public static getCache ( ) : mixed
return mixed
    public static function getCache()
    {
        return self::get('Zend_Cache');
    }