Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Utils/
H A DCache.php15 private $pool = []; variable in App\\Utils\\Cache
58 $this->pool[$key] = $data;
70 if (isset($this->pool[$key])) {
94 if (isset($this->pool[$key])) {
95 return $this->pool[$key];
102 $this->pool[$key] = unserialize($data[1]);
104 return $this->pool[$key];
117 $this->pool = [];
139 unset($this->pool[$key]);

Completed in 4 milliseconds