Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Kozyrev committed Nov 3, 2014
1 parent aeb6b7f commit 3faeccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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

0 comments on commit 3faeccb

Please sign in to comment.