You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently there is only one CacheController and while it can be instantiated with multiple CacheStore objects (RAM, Disk, S3, etc.) it's current behavior is rudimentary and not necessarily what we would like. Actually, multiple stores are actually untested at present.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Sample Code
If possible, code that demonstrates how the feature would be used.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@mpu-creare@drc-creare I think we either need to close this or elaborate what is needed. I can look through tests and see if there are any glaring holes.
it's current behavior is rudimentary and not necessarily what we would like
I'm not sure what the correct/enhanced behavior would be.
@drc-creare do you remember if you had something specific in mind here? Otherwise I agree with @jmilloy, we should close this and make a more specific issue.
There is a lot we can still do with the caching system...
Description
Currently there is only one CacheController and while it can be instantiated with multiple CacheStore objects (RAM, Disk, S3, etc.) it's current behavior is rudimentary and not necessarily what we would like. Actually, multiple stores are actually untested at present.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Sample Code
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: