1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Add precision on the time units

This commit is contained in:
mike 2016-02-17 10:57:05 +01:00
parent 9b4c50e81e
commit 13473e8b4e

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