Michael Golowka

Results 4 comments of Michael Golowka

Thanks for your feature request! Can a dynamic role be used instead of a static role? It seems like this might solve your problem.

This seems potentially problematic to design because of the problem of dealing with `interface{}` and then having to interpret those values as one of the numeric values. You could potentially...

I have a couple of ideas, but I'm not sold on any of them yet. Note: all of these options have the need to deal with mutexes on the cache...

Another option is to change the eviction from evicting object A when querying object A to evicting all objects that need eviction when querying any object. Basically change it to...