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,