class HttpCache implements HttpKernelInterface, TerminableInterface
Cache provides HTTP caching.
Methods
__construct(HttpKernelInterface $kernel, StoreInterface $store, SurrogateInterface $surrogate = null, array $options = array()) Constructor.
StoreInterface getStore() Gets the current store.
array getTraces() Returns an array of events that took place during processing of the last request.
string getLog() Returns a log message for the events of the last request processi