Interface CacheFactory

All Superinterfaces:
CacheFactory
All Known Implementing Classes:
AbstractCacheFactory

@Deprecated public interface CacheFactory extends CacheFactory
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCache(URL url, Invocation invocation)
    Deprecated.
     
    default Cache
    getCache(org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation)
    Deprecated.
     
  • Method Details

    • getCache

      Cache getCache(URL url, Invocation invocation)
      Deprecated.
    • getCache

      default Cache getCache(org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation)
      Deprecated.
      Specified by:
      getCache in interface CacheFactory