We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d137d46 commit 2895cfbCopy full SHA for 2895cfb
src/Cache/Listener/AddHeaderCacheListener.php
@@ -9,7 +9,7 @@
9
/**
10
* Adds a header indicating if the response came from cache.
11
*
12
- * @author Iain Connor <iain.connor@priceline.com>
+ * @author Iain Connor <iainconnor@gmail.com>
13
*/
14
class AddHeaderCacheListener implements CacheListener
15
{
src/Cache/Listener/CacheListener.php
@@ -11,7 +11,7 @@
* Provides an opportunity to update the response based on whether the cache was a hit or a miss, or
* other cache-meta-data.
16
interface CacheListener
17
0 commit comments