CacheInterceptor
AoP Interceptor that can be used for generalized caching. The only requirement is
that intercepted methods must receive at least one (1) arguments.
CacheInterceptor ALWAYS use the first argument in the method to build the unique cache key.
author: Scott T. Weaver version: $Id: CachingInterceptor.java 516448 2007-03-09 16:25:47Z ate $ |