Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ apcuStore
Method
apcuStore
lib/php/lib/Transport/TSocketPool.php:315–318 ·
view source on GitHub ↗
($key, $var, $ttl = 0)
Source
from the content-addressed store, hash-verified
313
}
314
315
private function apcuStore($key, $var, $ttl = 0)
316
{
317
return $this->useApcuCache ? apcu_store($key, $var, $ttl) : false;
318
}
319
}
Callers
1
open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected