Function __global->persistent_cache_get

Definitions

sources/caches.php

  • Get data from the persistent cache.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$key mixed required parameter N/A N/A Key
$min_cache_date ?TIME Null N/A N/A Minimum timestamp that entries from the cache may hold (null: don't care)

Return

  • The data (null: not found / null entry)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A

sources/minikernel.php

  • Get data from the persistent cache.(In minikernel, this always returns false).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$key mixed required parameter N/A N/A Key
$min_cache_date ?TIME Null N/A N/A Minimum timestamp that entries from the cache may hold (null: don't care)

Return

  • The data (null: not found / null entry)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A