Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added the explanation of the "version" argument
  • Loading branch information
javiereguiluz committed May 21, 2016
commit cf07d4aeae3cb0e65fa4789b9e7a91023de3135c
5 changes: 4 additions & 1 deletion components/cache/cache_pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ degrade performance significantly::
$namespace = '',
// in seconds; applied to cache items that don't define their own lifetime
// 0 means to store the cache items indefinitely (i.e. until the APC memory is deleted)
$defaultLifetime = 0
$defaultLifetime = 0,
// if present, this string is added to the namespace to simplify the
// invalidation of the entire cache (e.g. when deploying the application)
$version = null
);

Redis Cache Adapter
Expand Down