Merge branch 'master_MDL-37225_static_cache_purge' of git://github.com/brki/moodle

This commit is contained in:
Sam Hemelryk
2012-12-24 09:34:46 +13:00
+1
View File
@@ -357,6 +357,7 @@ class cachestore_static extends static_data_store implements cache_is_key_aware
*/
public function purge() {
$this->flush_store_by_id($this->storeid);
$this->store = &self::register_store_id($this->storeid);
}
/**