Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2012 18:32
Show Gist options
  • Save anonymous/1810066 to your computer and use it in GitHub Desktop.
Save anonymous/1810066 to your computer and use it in GitHub Desktop.
if (! $memcache->waitForUnlock($mKey)
|| ! $b0 = $memcache->get($mKey)
) {
$memcache->log("$mKey unlocked but cache is empty");
$b0 = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment