We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c5941 commit fa71ba6Copy full SHA for fa71ba6
README.markdown
@@ -843,7 +843,8 @@ The `<time>` argument values are in seconds by default. But it's wise to always
843
844
This time must be less than 597 hours.
845
846
-Setting an expire time of 0s will cache the content forever.
+The semantics of a zero expiration time depends on the actual cache backend storage you are currently using, which is agnostic to this
847
+module. In the case of memcached, for example, zero expiration times mean that the item will never expire.
848
849
This directive was first introduced in the `v0.12rc7` release.
850
0 commit comments