It would be great if cache browser would be able to browse the tables of the memcached project
http://drupal.org/project/memcache

Comments

markus_petrux’s picture

Status: Active » Postponed (maintainer needs more info)

The cache browser queries the schema api to learn which cache tables are installed in the system, and then it depends on DB access methods to manipulate cache entries. I'm not sure if there's a way to obtain the cache entities managed by memcache as I don't use that module myself.

I would need some information on how to implement this. Patches are welcome as well.

That being said, I think we'll be using cache router module at some point in the future, and then I'll try to extend the cache browser module to integrate with that. Maybe then it's easier to integrate with other cache related modules.

michtoen’s picture

Well, i can also see that the memcache module merge with the cache router, in fact they would fit perfect and when i understand it right the cache routers memcache part is already related to the memcache api one.

Let me create an issue entry at the memcache api queue and see there is any interested.

markus_petrux’s picture

Adding a reference to the issue in the memcache module queue:

#377292: cache browser integration

markus_petrux’s picture

Title: Feature Request: Make Cache Browser working with memcached » Integrate Cache Browser with non-DB cache engines

I just opened another feature request for the cache router module:

#381000: Integration with cache_browser module

PS: Changing the title to better reflect the issue. It would be nice if there was a single interface to integrate with all non-DB cache engines.

michtoen’s picture

i agree, that was also my thought.
I am pretty sure there is interest.

adamo’s picture

Subscribing.

R.Muilwijk’s picture

Subscribe

manarth’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Support for alternative backends is implemented in the D10-compatible release 1.0.0, which uses the Plugin API to extend support to alternative cache backends.

Versions of Drupal older than D9 are not supported.