类 AbstractCacheFactory

    • 构造器详细资料

      • AbstractCacheFactory

        public AbstractCacheFactory()
        已过时。
    • 方法详细资料

      • getCache

        public Cache getCache​(URL url,
                              Invocation invocation)
        已过时。
        从接口复制的说明: CacheFactory
        CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation.
        指定者:
        getCache 在接口中 CacheFactory
        返回:
        Instance of Cache containing cached value against method url and invocation.