Function Self_learning_cache->_page_cache_resave

Definitions

sources/caches.php

  • Actually save the cache.Has to be public for register_shutdown_function.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Actually save the cache.Has to be public for register_shutdown_function.
 *
 */

public function _page_cache_resave()