docu_system_wiki/SYSTEM-CACHE-cache.md

761 B

SYSTEM\CACHE\cache

  • Class name: cache
  • Namespace: SYSTEM\CACHE

Methods

get

mixed SYSTEM\CACHE\cache::get($cache, $ident, $header)
  • Visibility: public
  • This method is static.

Arguments

  • $cache mixed
  • $ident mixed
  • $header mixed

put

mixed SYSTEM\CACHE\cache::put($cache, $ident, $type, $data, $fail_on_exist)
  • Visibility: public
  • This method is static.

Arguments

  • $cache mixed
  • $ident mixed
  • $type mixed
  • $data mixed
  • $fail_on_exist mixed

del

mixed SYSTEM\CACHE\cache::del($cache, $ident)
  • Visibility: public
  • This method is static.

Arguments

  • $cache mixed
  • $ident mixed