Skip to content

Commit 4b45183

Browse files
committed
Merge pull request doctrine#5670 from mikeSimonson/doc
Add precision on the time units
2 parents 6ed05a9 + 13473e8 commit 4b45183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/caching.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The interface defines the following public methods for you to implement:
2121

2222
- fetch($id) - Fetches an entry from the cache
2323
- contains($id) - Test if an entry exists in the cache
24-
- save($id, $data, $lifeTime = false) - Puts data into the cache
24+
- save($id, $data, $lifeTime = false) - Puts data into the cache for x seconds. 0 = infinite time
2525
- delete($id) - Deletes a cache entry
2626

2727
Each driver extends the ``CacheProvider`` class which defines a few

0 commit comments

Comments
 (0)