(no description)
File Size: | 42 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: CacheStrategyInterface - X-Ref
fetch(RequestInterface $request) X-Ref |
Return a CacheEntry or null if no cache. param: RequestInterface $request return: CacheEntry|null |
cache(RequestInterface $request, ResponseInterface $response) X-Ref |
param: RequestInterface $request param: ResponseInterface $response return: bool true if success |
update(RequestInterface $request, ResponseInterface $response) X-Ref |
param: RequestInterface $request param: ResponseInterface $response return: bool true if success |
delete(RequestInterface $request) X-Ref |
param: RequestInterface $request return: bool |