Esempio n. 1
0
 public function setTTL($key, $ttl)
 {
     self::$cache->expire($this->getNamespace() . $key, $ttl);
 }