コード例 #1
0
 /**
  * Unload the cache resources
  *
  * @return void
  */
 function unload()
 {
     parent::unload();
     $this->redis->close();
 }
コード例 #2
0
ファイル: acm_memcache.php プロジェクト: noprom/cryptdb
 /**
  * Unload the cache resources
  *
  * @return void
  */
 function unload()
 {
     parent::unload();
     $this->memcache->close();
 }