Skip to content

Commit

Permalink
missing reference to symfony proxy client
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 1, 2015
1 parent 743db67 commit f3f6285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/cache-invalidator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Create the cache invalidator by passing a proxy client as
$client = new ProxyClient\Varnish(...);
// or
$client = new ProxyClient\Nginx(...);
// or
$client = new ProxyClient\Symfony(...);

$cacheInvalidator = new CacheInvalidator($client);

Expand Down

0 comments on commit f3f6285

Please sign in to comment.