Package | Description |
---|---|
com.enremmeta.rtb.caches | |
com.enremmeta.rtb.dao |
Modifier and Type | Method and Description |
---|---|
CacheObject<T> |
CacheObjectSerializer.read(com.hazelcast.nio.ObjectDataInput arg0) |
Modifier and Type | Method and Description |
---|---|
void |
CacheObjectSerializer.write(com.hazelcast.nio.ObjectDataOutput arg0,
CacheObject<T> arg1) |
Modifier and Type | Method and Description |
---|---|
Future<CacheObject<T>> |
L1Cache.get(String key)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
L1Cache.put(String key,
CacheObject<T> value)
Deprecated.
|