I always try to understand what's the main reason motivating people to use it. Likely the zero dependencies, "let's just try one" ?
We could bake a very simple implementation based as you say on a ConcurrentHashMap, and implement a simple eviction is simple. But I'm afraid that offering such a feature would drive away from proper implementations, which we should encourage to use. Sanne 2011/6/8 Emmanuel Bernard <[email protected]>: > I always die a little when I see someone using HashtableCacheProvider. > > What do you think of removing it entirely. Worse case, we could provide an > implementation that is backed by ConcurrentHashMap but even with that, we > would get no eviction policy etc. > _______________________________________________ > hibernate-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/hibernate-dev > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
