Kimai_Registry::getCache PHP 메소드

getCache() 공개 정적인 메소드

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