gboat2.base.core.cache
接口 ICacheService


public interface ICacheService

对外公布的缓存服务

从以下版本开始:
1.0
作者:
zhangxj-a

方法摘要
 Object get(String catalog, String key)
          获取缓存对象
 void put(String catalog, String key, Object value)
          增加缓存对象
 void remove(String catalog, String key)
          移除缓存对象
 

方法详细信息

put

void put(String catalog,
         String key,
         Object value)
增加缓存对象

参数:
catalog -
key -
value -

get

Object get(String catalog,
           String key)
获取缓存对象

参数:
catalog -
key -
返回:

remove

void remove(String catalog,
            String key)
移除缓存对象

参数:
catalog -
key -


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.