Package org.xyou.xcommon.cache
Class XCache<K,V>
- java.lang.Object
-
- org.xyou.xcommon.base.XBaseObject
-
- org.xyou.xcommon.cache.XCache<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
public final class XCache<K,V> extends XBaseObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XCache(@NonNull java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(K key, @NonNull XSupplier<V> func)Vget(K key, @NonNull XSupplier<V> func, @NonNull java.lang.Boolean isForceLoad)voidput(K key, V value)java.lang.Longsize()java.lang.LongsizeNull()-
Methods inherited from class org.xyou.xcommon.base.XBaseObject
equals, toString
-
-