Closed (fixed)
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 17:33 UTC
Updated:
17 Sep 2009 at 09:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedHere is the patch.
Comment #2
david straussSubscribe.
Comment #3
andypostNice idea! One step to pluggable cache... per-user configurable storage
Comment #4
andypostSuppose every backed should have static method to provide info about own's config:
memcache - servers with params
file - folder
apc, eacc, xcache - none.. but maybe sometime
cacherouter.module already have admin section with statistics so another tab with options (settings) or per statistic-backend link to it's own settings
I will return to this latter with code but first better talk about that
Comment #5
slantview commentedApplied patch to 5/6/7 branches. Should make it easier to extend cache router to do dynamic cache creation. Should be interesting what comes from this.
Thanks a ton.