StoreInterface

StoreInterface

interface StoreInterface

Interface implemented by HTTP cache stores.

Methods

Response|null lookup(Request $request)

Locates a cached Response for the Request provided.

string write(Request $request, Response $response)

Write