how are you using it ? my caching decorator is actually dogpile's @cache_region.cache_on_arguments()
the only way i could leverage it is with an internal generator function. otherwise there is always a cache miss (`request` would end up in the cache key, and is unique). that works, but i have that ugly manual response bit. it makes me feel like i'm re-inventing the wheel or doing something wrong. -- 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.
