This project is not covered by Drupal’s security advisory policy.

Namespace for cache. Namespice implements simple API containing wrapper functions for cache management using concept of tags.
Supported cache backend: Memcached (both Memcache API and Cacherouter-Memcache should work).
This is an API module for developers, it doesn't have any usage on it's own. Install it only when required by other module.

State of this module

Namespice is experimental. It's features and ideas will likely be incorporated into some cache backend project, to fully support cache lifetime, stampede protection etc.

Features

  • Tagging of cache entries.
  • Optimized serial storage
  • Atomic serial operations. Multiple thread friendly

Project information

Releases