i'm redoing dogpile caching on my app, and looking into cache_on_arguments the docs say "The default key generation will use the name of the function, the module name for the function, the arguments passed, as well as an optional “namespace” parameter in order to generate a cache key."
looking at the code, cache_on_arguments will create a cache key based on the args but not the kwargs. is this the intended behavior ? the decorator passes in all the kwargs, though I believe that is just to get the namespace and expiry info. i just want to be sure that the default intended behavior was to interpret "arguments" as "args, but not kwargs" -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/MJ4fuN6XB-YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
