I am looking for a way to retrieve a list of cached objects from dogpile. 
 Under certain conditions I need to expire groups of
related objects that have been cached and these will have related keys. 
However, the key space is very large and I don't want to try and delete 
every element whether it was created or not.  I am thinking if I could get 
a list of keys contained in the cache
and delete those matching the space, I could accomplish the task.

Thanks,
Kris

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to