setCacheInterceptor method

void setCacheInterceptor(
  1. CacheInterceptor cacheInterceptor
)

cacheInterceptor 缓存拦截器,实现抽象类CacheInterceptorInterface类

Implementation

void setCacheInterceptor(CacheInterceptor cacheInterceptor) {
  setCacheInterceptor(cacheInterceptor);
}