public class SubClientCache
extends Object
- 作者:
- lixiangxin
-
-
方法概要
| 修饰符和类型 |
方法 |
说明 |
static SubClient |
get(com.envisioniot.sub.common.model.SubCategory subCategory) |
|
static Map<com.envisioniot.sub.common.model.SubCategory,SubClient> |
getCacheSubClient() |
|
static void |
put(com.envisioniot.sub.common.model.SubCategory subCategory,
SubClient subClient) |
|
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
SubClientCache
public SubClientCache()
-
方法详细资料
-
get
public static SubClient get(
com.envisioniot.sub.common.model.SubCategory subCategory)
-
put
public static void put(
com.envisioniot.sub.common.model.SubCategory subCategory,
SubClient subClient)
-
getCacheSubClient
public static Map<com.envisioniot.sub.common.model.SubCategory,SubClient> getCacheSubClient()