Skip to content

Commit

Permalink
add readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjero Krsteski committed Oct 22, 2015
1 parent b8784e7 commit c5fe0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $yourObjectIdentifier = 'your:cool:object:identifier';

// Check if your object is in the cache.
// You also can ignore it, and let the CacheDba do it for you.
if (false == $cache->has($yourObjectIdentifier)) {
if (true === $cache->has($yourObjectIdentifier)) {
$cache->delete($yourObjectIdentifier);
}

Expand Down

0 comments on commit c5fe0ea

Please sign in to comment.