Adam Heath wrote:
Things to note: UtilCache is now generified; so are classes in
util/collections.

It would be cool if UtilCache implemented a basic cache interface, so that other classes can cache their data in an implementation-safe manner - by implementing the same interface.

See the comment in ServiceEcaUtil.java, line 52. ServiceEcaUtil could have a contained class that implements the cache interface so that the concerns mentioned in that comment could be addressed.

-Adrian

Reply via email to