Package org.redisson.cache
Class LocalCachedMapClear
- java.lang.Object
-
- org.redisson.cache.LocalCachedMapClear
-
- All Implemented Interfaces:
Serializable
public class LocalCachedMapClear extends Object implements Serializable
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalCachedMapClear()
LocalCachedMapClear(byte[] excludedId, byte[] requestId, boolean releaseSemaphore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getExcludedId()
byte[]
getRequestId()
boolean
isReleaseSemaphore()
-