Webiny\Component\Cache\Cache::APC PHP 메소드

APC() 공개 정적인 메소드

Create a cache instance with APC as cache driver.
public static APC ( array $options = [] ) : CacheStorage
$options array Cache options.
리턴 CacheStorage
    public static function APC(array $options = [])
    {
        return new CacheStorage(Storage\APC::getInstance(), $options);
    }