public final class ObjectCache extends Object
public static void config(Class cls) throws IllegalAccessException
public static Object put(String key, Object value, long cacheTime)
key - 键value - 值cacheTime - 缓存时间Copyright © 2017–2018. All rights reserved.