Keep in mind that an in memory cache wont work so well in a cluster unless you can guarantee sticky sessions from your load balancer.
On Wed, Jun 6, 2018, 1:11 PM Robert Munteanu <[email protected]> wrote: > On Wed, 2018-06-06 at 21:37 +0300, Ioan Eugen Stan wrote: > > Hi, > > > > I think you should store it in memory. Use a hashmap or something. > > > > Make it work and then optimize. The check should be very fast so > > don't worry about it. > > +1 > > Robert >
