Advanced Panels Cache
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Cache plugins for Panels module. Currently implemented node based cache plugin. Node based cache is intended for panels/panes which update together with nodes they contain.
Advantages:
- Instant updates. Users don't see old content.
- Granular updates: only panes/panels containing changed nodes are flushed. Highest cache efficiency.
- Works for registered users too and complements anonymous page caching
Supported cache backends: Memcached (both Memcache API and Cacherouter-Memcache should work). Other cache backends are not supported because of the way Namespice module works.
This module is not recommended for production use yet: because of undecided status of Namespice module, Advanced Panels Cache remains experimental too.
