eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
160 stars 109 forks source link

LRUCache + ELUtils #5266

Closed pizzi80 closed 1 year ago

pizzi80 commented 1 year ago

The LRUCache can also be used in other part of the code that now use a Collection.synchronizeMap over the LRUMap

BalusC commented 1 year ago

Looks great for the remainder :)

pizzi80 commented 1 year ago

I've further improved and unified with the Cache.Factory inside util.Cache

what do you think?

BalusC commented 1 year ago

This is a great improvement.