diff --git a/README.md b/README.md index cdc1f59..9abdf88 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,10 @@ $cache->fetch('id'); // 'value' Methods ```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 + ```delete($id)``` - Deletes a cache entry