We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ed05a9 + 13473e8 commit 4b45183Copy full SHA for 4b45183
docs/en/reference/caching.rst
@@ -21,7 +21,7 @@ The interface defines the following public methods for you to implement:
21
22
- fetch($id) - Fetches an entry from the cache
23
- contains($id) - Test if an entry exists in the cache
24
-- save($id, $data, $lifeTime = false) - Puts data into the cache
+- save($id, $data, $lifeTime = false) - Puts data into the cache for x seconds. 0 = infinite time
25
- delete($id) - Deletes a cache entry
26
27
Each driver extends the ``CacheProvider`` class which defines a few
0 commit comments