Beispiel #1
0
 public function bustCache()
 {
     CacheBot::delete("{$this->key}.map");
 }
Beispiel #2
0
 /**
  * this function deletes our data from the cache. no need to override
  */
 public function deleteCache()
 {
     CacheBot::delete($this->getCacheKey());
 }