Closed (won't fix)
Project:
Cache browser
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 20:37 UTC
Updated:
4 Nov 2023 at 12:29 UTC
Jump to comment: Most recent
Comments
Comment #1
markus_petrux commentedThe 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.
Comment #2
michtoen commentedWell, 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.
Comment #3
markus_petrux commentedAdding a reference to the issue in the memcache module queue:
#377292: cache browser integration
Comment #4
markus_petrux commentedI 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.
Comment #5
michtoen commentedi agree, that was also my thought.
I am pretty sure there is interest.
Comment #6
adamo commentedSubscribing.
Comment #7
R.Muilwijk commentedSubscribe
Comment #8
manarth commentedSupport 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.