Documentation

CacheStorageInterface

Interface used to cache HTTP requests

Table of Contents

cache()  : mixed
Cache an HTTP request
delete()  : mixed
Deletes cache entries that match a request
fetch()  : null|Response
Get a Response from the cache for a request
purge()  : mixed
Purge all cache entries for a given URL

Methods

purge()

Purge all cache entries for a given URL

public purge(string $url) : mixed
Parameters
$url : string
Return values
mixed

Search results