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

getServerCache() public method

Allows us to get the existing cache
public getServerCache ( ) : Assetic\Cache\CacheInterface
return Assetic\Cache\CacheInterface
    public function getServerCache()
    {
        return $this->cache;
    }