From 5dcd86658df02838ab7b0475d3f5284e8017a481 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Sun, 14 Aug 2005 21:51:39 +0000 Subject: [PATCH] pedantic about TTL and garbage collection git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193464 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/functions/apc-store.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/apc/functions/apc-store.xml b/reference/apc/functions/apc-store.xml index 8a2e26468b..82034898e6 100644 --- a/reference/apc/functions/apc-store.xml +++ b/reference/apc/functions/apc-store.xml @@ -1,5 +1,5 @@ - + apc_store @@ -53,7 +53,7 @@ Time To Live; store var in the cache for ttl seconds. After the ttl has passed, the stored variable will be - automatically expunged from the cache. If no ttl + expunged from the cache (on the next request). If no ttl is supplied (or if the ttl is 0), the value will persist until it is removed from the cache manually, or otherwise fails to exist in the cache (clear,