Skip to content

Commit 27ec9ef

Browse files
dbuddeboer
authored andcommitted
add overview table to doc
Remove authorization_listener config
1 parent 2854cfc commit 27ec9ef

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DependencyInjection/FOSHttpCacheExtension.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ public function load(array $configs, ContainerBuilder $container)
4949
$this->loadUserContext($container, $loader, $config['user_context']);
5050
}
5151

52-
if ($config['authorization_listener']) {
53-
$loader->load('authorization_request_listener.xml');
54-
}
55-
5652
if (!empty($config['flash_message_listener']) && $config['flash_message_listener']['enabled']) {
5753
$container->setParameter($this->getAlias().'.event_listener.flash_message.options', $config['flash_message_listener']);
5854

Resources/doc/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ This is the documentation for the FOSHttpCacheBundle. It covers:
1515
2. [Flash message Listener](flash-message-listener.md)
1616
5. [Varnish Debugging Configuration](varnish-debugging-configuration.md)
1717
6. [Testing](testing.md)
18+
19+
Functionality | Annotations | Configuration
20+
---------------------------|----------------------------------------------------|-----------------------------------------------
21+
Set Cache-Control headers | (SensioFrameworkExtraBundle) | [rules](caching-headers-configuration.md)
22+
Tagging and invalidating | [@Tag](tagging.md) | [rules](tagging.md#tagging-with-configuration)
23+
Invalidate routes | [@InvalidateRoute](annotations.md#invalidateroute) | [invalidators](invalidation-configuration.md)
24+
Invalidate paths | [@InvalidatePath](annotations.md#invalidatepath) | -

0 commit comments

Comments
 (0)