go-pkgz / lcw

Loading Cache Wrapper
https://go-pkgz.umputun.dev/lcw/
MIT License
20 stars 5 forks source link

Basic support for distributed cache #8

Closed umputun closed 4 years ago

umputun commented 4 years ago

The goal is to allow multiple nodes running LoadingCache to work together in an eventually consistent way. The simplest solution is to propagate the invalidation request to all nodes on each cache update or removal. Probably some pub-sub mechanism will fit.

paskal commented 4 years ago

I'll grab this one.