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 design.
Not CacheLineTable. That is going away. UtilCache is already using the static create method pattern. To support other cache systems, it would be a simple case of making UtilCache itself an empty abstract class, then just implementing different layers.
