Function Self_learning_cache->invalidate
Definitions
sources/caches.php
- Invalidate the cache, so that it will rebuild.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Invalidate the cache, so that it will rebuild.
*
*/
public function invalidate()
* Invalidate the cache, so that it will rebuild.
*
*/
public function invalidate()

