Codesleeve\AssetPipeline\Filters\ClientCacheFilter::has PHP Method

has() public method

Proxy the $cache has to see if this asset has been cached yet or not
public has ( string $key ) : boolean
$key string
return boolean
    public function has($key)
    {
        return $this->cache->has($key);
    }