1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #5670 from mikeSimonson/doc

Add precision on the time units
This commit is contained in:
mikeSimonson 2016-02-23 17:15:24 +01:00
commit 4b45183dbd

View File

@ -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