Created
February 12, 2012 18:32
-
-
Save anonymous/1810066 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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