Function Self_learning_cache->load
Definitions
sources/caches.php
- Load the cache for the particular bucket this cache object is for.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Load the cache for the particular bucket this cache object is for.
*
*/
private function load()
* Load the cache for the particular bucket this cache object is for.
*
*/
private function load()

