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 the webtools services to clear the cache easily. Brett On Mon, Mar 29, 2010 at 9:46 AM, Adam Heath <[email protected]> wrote: > I want to remove CacheLineTable, by inlining it into UtilCache. This > needs to be done to make certain stats get updated correctly, and to > support placing things into memory when they get read from the backing > disk store. > > Of course, removing this class could break external users who may be > accessing it. I consider CacheLineTable, and the CacheLine classes, > to be internal, and that all access should only be thru UtilCache. As > such, any method that currently accesses one of those classes will be > deprecated, and throw UnsupportedOperationException, going forward. > > (I'm aware that webtools calls CacheLineTable.getKeyFromMemory(); that > method will still be available, but on UtilCache) >
