No subject


Thu Jan 29 11:41:19 CET 2009


Ability to store cache information into a specific namespace/class/family (whatever you want to call it)

(btw: the "_family" appended to the following commands may be confusing since you arn't storing a family, removing a family, etc.. any suggestions for better syntax? maybe detect the extra field? maybe _byfamily)

for example:
cache_store_family("local","account_limits","10000001","24","3600")
(translation: store to local cache,in the account_limits family, account 10000001 has 24 channels. remember this for 3600 seconds)


And the ability to purge (delete) an entire namespace/class/family:
cache_purge_family("local","account_limits")
(translation: DELETE ALL cached entrieds in the account_limits family

Logically, you'll probably also need the ability to delete a single object that's in a family:
cache_remove_family("local","account_limits","10000001")
Other examples of caching families are:
1. Destination Rates
2. Account Codes

Please include fifo support to store / delete(single object) / purge(all objects)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=2783054&group_id=232389



More information about the Devel mailing list