Skip to content

Commit

Permalink
Merge branch 'master' of github.com:evert/fig-standards
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Dec 17, 2011
2 parents 4e911b0 + 3034efe commit c170a99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proposed/objectcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ To fix this, this document proposes a very simple standard interface.
* @return void
*/
function unset($key);
/**
* Check if the key exists in the cache.
*
* @param string $key
* @return boolean
*/
function exists($key);

/**
* Clears the entire cache.
Expand Down

0 comments on commit c170a99

Please sign in to comment.