Class CacheInterceptor

java.lang.Object
org.chenile.core.interceptors.BaseChenileInterceptor
org.chenile.cache.interceptor.CacheInterceptor
All Implemented Interfaces:
Serializable, Command<ChenileExchange>

public class CacheInterceptor extends BaseChenileInterceptor implements Serializable
Caches an operation return value using the service name, operation name and the parameters that were passed to the operation. This is applicable only to operations that subscribe to caching.
Author:
Raja Shankar Kolluru
See Also: