com.jdon.util
类 SimpleCachePool

java.lang.Object
  继承者 com.jdon.util.SimpleCachePool

public class SimpleCachePool
extends Object

View Source

版本:
$Revision: 1.1.1.1 $
作者:
Brian Chan

方法摘要
static Object get(String id)
           
static void put(String id, Object obj)
           
static Object remove(String id)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

get

public static Object get(String id)

put

public static void put(String id,
                       Object obj)

remove

public static Object remove(String id)


Copyright © 2013. All Rights Reserved.