| 1 | <?php |
||
| 21 | class HttpCacheSubscriber implements EventSubscriberInterface |
||
| 22 | { |
||
| 23 | protected $cacheManager; |
||
| 24 | |||
| 25 | protected $logger; |
||
| 26 | |||
| 27 | public function __construct($cacheManager, $logger) |
||
| 32 | |||
| 33 | public static function getSubscribedEvents() |
||
| 41 | |||
| 42 | public function clearContainers(HttpCacheEvent $event) |
||
| 57 | } |
||
| 58 |