Skip to content

Commit

Permalink
Merge pull request #5670 from mikeSimonson/doc
Browse files Browse the repository at this point in the history
Add precision on the time units
  • Loading branch information
mikeSimonson committed Feb 23, 2016
2 parents 6ed05a9 + 13473e8 commit 4b45183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The interface defines the following public methods for you to implement:

- fetch($id) - Fetches an entry from the cache
- contains($id) - Test if an entry exists in the cache
- 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
- delete($id) - Deletes a cache entry

Each driver extends the ``CacheProvider`` class which defines a few
Expand Down

0 comments on commit 4b45183

Please sign in to comment.