类 AbstractCacheFactory

    • 构造器详细资料

      • AbstractCacheFactory

        public AbstractCacheFactory()
    • 方法详细资料

      • getCache

        public Cache getCache​(URL url,
                              Invocation invocation)
        Takes URL and invocation instance and return cache instance for a given url.
        指定者:
        getCache 在接口中 CacheFactory
        参数:
        url - url of the method
        invocation - invocation context.
        返回:
        Instance of cache store used as storage for caching return values.