com.alibaba.dubbo.cache.support.jcache
Class JCache

java.lang.Object
  extended by com.alibaba.dubbo.cache.support.jcache.JCache
All Implemented Interfaces:
Cache

public class JCache
extends Object
implements Cache

JCache

Author:
william.liangf

Constructor Summary
JCache(URL url)
           
 
Method Summary
 Object get(Object key)
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCache

public JCache(URL url)
Method Detail

put

public void put(Object key,
                Object value)
Specified by:
put in interface Cache

get

public Object get(Object key)
Specified by:
get in interface Cache


Copyright © 2012–2017 Alibaba. All rights reserved.