FYI,
We use UtilCache a lot in our custom applications. We appreciate all the
work that is being done here to improve it. We haven't found specific
problems with it but we haven't really been looking either.
We like to use the UtilCache versus our own custom cache because it allows
us the use t
Adrian Crum wrote:
> It would be nice if CacheLineTable had a constructor that accepts a Map
> and if it implemented the Map interface - making it easier to integrate
> OFBiz's cache with third party utilities. This is more of a wish list
> kind of thing, but I thought it might help you plan the de
To say the least, I'm not a big specialist of UtilCache/CacheLineTable.
Outside of the 2 classes I see only Webtools using them in 2 places directly OOTB and only in cache handling.
Jacques
From: "Adam Heath"
I want to remove CacheLineTable, by inlining it into UtilCache. This
needs to be do
It would be nice if CacheLineTable had a constructor that accepts a Map
and if it implemented the Map interface - making it easier to integrate
OFBiz's cache with third party utilities. This is more of a wish list
kind of thing, but I thought it might help you plan the design.
-Adrian
Adam He