コード例 #1
0
ファイル: collection.php プロジェクト: ricberw/BotQueue
 public function bustCache()
 {
     CacheBot::delete("{$this->key}.map");
 }
コード例 #2
0
ファイル: model.php プロジェクト: JoonasMelin/BotQueue
 /**
  * this function deletes our data from the cache. no need to override
  */
 public function deleteCache()
 {
     CacheBot::delete($this->getCacheKey());
 }