On Wed, Jul 15, 2009 at 8:43 PM, Simone Gianni<[email protected]> wrote: > .. these are some random ideas : > - "String getKeyInfo(String keyname)" method, returning all possible data > about that key as a plain string. Simple to implement, but may be tedious to > use (call this method once for each key to see it's data). > - "String[] queryCache(long minsize, Date mintime .......)", matching a > criteria based on two or three parameters > - "String[] queryInfo(long minsize, Date mintime .......)", same as before, > but returns directly the info > - "boolean clear(long minsize, Date mintime .......)", clean using the given > criteria > - you can easily vary on this theme :) >
I've send patch in jira (issue COCOON3-39) that adds burst actions, please look on that. -- Best regards Blog: http://luksza.org LinkedIn: http://www.linkedin.com/in/dariuszluksza
