APCu Funktionen

Inhaltsverzeichnis

  • apcu_add — Cache a new variable in the data store
  • apcu_cache_info — Ruft zwischengespeicherte Informationen aus dem Datenspeicher von APCu ab
  • apcu_cas — Updates an old value with a new value
  • apcu_clear_cache — Clears the APCu cache
  • apcu_dec — Decrease a stored number
  • apcu_delete — Removes a stored variable from the cache
  • apcu_enabled — Prüft, ob APCu in der aktuellen Umgebung verfügbar ist
  • apcu_entry — Atomically fetch or generate a cache entry
  • apcu_exists — Checks if entry exists
  • apcu_fetch — Fetch a stored variable from the cache
  • apcu_inc — Increase a stored number
  • apcu_key_info — Liefert detaillierte Informationen über den Cache-Schlüssel
  • apcu_sma_info — Retrieves APCu Shared Memory Allocation information
  • apcu_store — Cache a variable in the data store