类 JCacheInterceptor

    • 构造器详细资料

      • JCacheInterceptor

        public JCacheInterceptor()
        Construct a new JCacheInterceptor with the default error handler.
      • JCacheInterceptor

        public JCacheInterceptor​(@Nullable
                                 Supplier<CacheErrorHandler> errorHandler)
        Construct a new JCacheInterceptor with the given error handler.
        参数:
        errorHandler - a supplier for the error handler to use, applying the default error handler if the supplier is not resolvable
        从以下版本开始:
        5.1