类 AbstractFallbackJCacheOperationSource

    • 字段详细资料

    • 方法详细资料

      • findCacheOperation

        @Nullable
        protected abstract JCacheOperation<?> findCacheOperation​(Method method,
                                                                 @Nullable
                                                                 Class<?> targetType)
        Subclasses need to implement this to return the caching operation for the given method, if any.
        参数:
        method - the method to retrieve the operation for
        targetType - the target class
        返回:
        the cache operation associated with this method (or null if none)
      • allowPublicMethodsOnly

        protected boolean allowPublicMethodsOnly()
        Should only public methods be allowed to have caching semantics?

        The default implementation returns false.