From 13473e8b4ed5dfe6fe1d3a053f8ab8d22752cfe7 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 17 Feb 2016 10:57:05 +0100 Subject: [PATCH] Add precision on the time units --- docs/en/reference/caching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/caching.rst b/docs/en/reference/caching.rst index c0cb8f8bf..512254ef6 100644 --- a/docs/en/reference/caching.rst +++ b/docs/en/reference/caching.rst @@ -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