Interface implemented by HTTP cache stores.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of StoreInterface
All classes that implement StoreInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StoreInterface:: |
public | function | Cleanups storage. | 1 |
StoreInterface:: |
public | function | Invalidates all cache entries that match the request. | 1 |
StoreInterface:: |
public | function | Returns whether or not a lock exists. | 1 |
StoreInterface:: |
public | function | Locks the cache for a given Request. | 1 |
StoreInterface:: |
public | function | Locates a cached Response for the Request provided. | 1 |
StoreInterface:: |
public | function | Purges data for the given URL. | 1 |
StoreInterface:: |
public | function | Releases the lock for the given Request. | 1 |
StoreInterface:: |
public | function | Writes a cache entry to the store for the given Request and Response. | 1 |