getMetadata().setCacheable(cacheable);
return (R) this;
}
public CacheInterceptor setCacheInterceptor() {
CacheInterceptorImpl cacheInterceptor = new CacheInterceptorImpl();
getMetadata().setCacheInterceptor(cacheInterceptor.getMetadata());
return cacheInterceptor;
}