Class MapCacheService
java.lang.Object
ir.msob.jima.cache.ral.redisson.beans.MapCacheService
- All Implemented Interfaces:
BaseMapCacheService
-
Constructor Details
-
MapCacheService
public MapCacheService()
-
-
Method Details
-
get
- Specified by:
getin interfaceBaseMapCacheService
-
put
- Specified by:
putin interfaceBaseMapCacheService
-
put
- Specified by:
putin interfaceBaseMapCacheService
-
put
public <T> T put(String group, String key, T value, long ttl, TimeUnit ttlUnit, long maxIdleTime, TimeUnit maxIdleUnit) - Specified by:
putin interfaceBaseMapCacheService
-
getAndRemove
- Specified by:
getAndRemovein interfaceBaseMapCacheService
-
remove
- Specified by:
removein interfaceBaseMapCacheService
-