接口 CacheFactory

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Cache getCache​(URL url, Invocation invocation)
      CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation.
    • 方法详细资料

      • getCache

        @Adaptive("cache")
        Cache getCache​(URL url,
                       Invocation invocation)
        CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation.
        参数:
        url -
        invocation -
        返回:
        Instance of Cache containing cached value against method url and invocation.