Re: UtilCache/CacheLineTable

2010-03-29 Thread Brett Palmer
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

Re: UtilCache/CacheLineTable

2010-03-29 Thread Adam Heath
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

Re: UtilCache/CacheLineTable

2010-03-29 Thread Jacques Le Roux
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

Re: UtilCache/CacheLineTable

2010-03-29 Thread Adrian Crum
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