Function __global->disable_static_caching

Definitions

sources/static_cache.php

  • Mark that this request will not be cached into the static cache.Also causes real session IDs to be returned, consistent with previous requests that were also not subject to the static cache.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Mark that this request will not be cached into the static cache.Also causes real session IDs to be returned, consistent with previous requests that were also not subject to the static cache.
 *
 */

function disable_static_caching()