Padraic Shafer
Padraic Shafer
This should probably also apply to creating the cache inside the decorator `@cached`. It looks like this might have been overlooked. https://github.com/aio-libs/aiocache/blob/02782c238aa8a6ca238ef938b3c70e017dc5a2ea/aiocache/decorators.py#L207-L208 PR #568 was submitted.
Hi, do you have an feedback for this PR?
Hi, do you have an feedback for this PR?
**Update**: The issue I was experiencing with the plugins was due to the fact that I was trying to access the `hit_miss_ratio` member before `cache.get()` had been called. Therefore the...
After some poking around, I figured out that the intended way of re-using cache objects is to store a configuration with `caches.add()` or `caches.set_config()`, and then supply an `alias` name...
Submitted PR #570: Use `build_key(key, namespace)` consistently across modules and classes
@Far0n : Could you share the code you used in `handle_changes()` and `on_change()`, etc.? I can guess at what's in there, but it would be even better to see what...
@Far0n : Thanks! It looks like I don't have access to that repo. If ok, could you please add me to viewers?
That would be great. Thank you!
> This will require adding an endpoint like `/assets/{id}`, which is something we wanted anyway. What should this endpoint return when the asset is a directory (or directory-like, such as...