Hello, Unfortunately there isn't, as not all backends would support this (the cache classes try to implement a subset of the backends' common functionality). If you use SimpleCache you might as well use a in-memory dictionary for this though.
-- Markus On 8 October 2014 01:22:16 CEST, "Dinçer Kavraal" <[email protected]> wrote: >Hi, > >I am using cache for some data in such format: > > cache.set('group.name.property', data, very_long) > >however when a user changes something, I would like to remove all cache > >related to her/him. This has to be sth like > > cache.remove('group.name.*') > >Is there a similar approach in SimpleCache? > >Thanks -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
