"Have improved the throughput on the claims processing system five-fold, using all the usual tuning techniques, caching, elminating contention points, pooling, a bit of code speedup."
"The biggest performance boosters ever created are from caching, so you should have a cache framework with a cache manager which centralizes few important actions: adding to the cache; retrieving; invalidation; and a single point of overall cache deletion."