Webiny\Component\Cache\Cache::APC PHP Method

APC() public static method

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