Function Self_learning_cache->set

Definitions

sources/caches.php

  • Set a cache key.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$key ID_TEXT required parameter N/A N/A Cache key
$value mixed required parameter N/A N/A Value. Should not be null, as that is reserved for "not in cache"