From c7774d7f23efa9cef55409281958a1f87854e9b0 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 6 Jan 2013 16:06:26 +0100 Subject: [PATCH] Update _posts/10-03-01-Object-Caching.md Adjusted caching example-pattern, so it will not trigger 2 cache-lookups --- _posts/10-03-01-Object-Caching.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_posts/10-03-01-Object-Caching.md b/_posts/10-03-01-Object-Caching.md index b812eb0..f00e8b4 100644 --- a/_posts/10-03-01-Object-Caching.md +++ b/_posts/10-03-01-Object-Caching.md @@ -32,12 +32,13 @@ Example logic using APC: {% highlight php %}