Mamba Object Cache Integration

Mamba’s universal adapter integrates seamlessly with persistent object caches such as Redis and Memcached to accelerate repeated data lookups. When no persistent cache is available, it transparently falls back to a reliable file-based cache.


Persistent Cache Ready

  • Uses namespaced groups to prevent collisions with other plugins
  • Avoids dangerous global flushes, making it safe for complex sites
  • Fully compatible with existing object-cache drop-ins

File Fallback

  • If no persistent cache is available, Mamba uses a robust file-based fallback
  • Designed for reliability, atomic writes, and easy cleanup
  • Requires no manual configuration—works automatically

Multisite Awareness

  • Cache keys and groups are isolated per site
  • Prevents interference between different sites in a WordPress network

For high-churn data, use short TTLs; for stable reference data, apply longer TTLs where safe.

Copyright 2025 - Mamba


Mamba mascot