接口 CacheLocker
- 所有已知实现类:
RedissonCacheLocker
public interface CacheLocker
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明voidlocking(@NotNull LockableBinder<?, ?> binder, @NotNull Set<?> missedKeys, @Nullable SortedMap<String, Object> parameterMap, @Nullable Duration waitingDuration, @NotNull Duration lockingDuration, CacheLocker.Action action)
-
方法详细资料
-
locking
void locking(@NotNull @NotNull LockableBinder<?, ?> binder, @NotNull @NotNull Set<?> missedKeys, @Nullable @Nullable SortedMap<String, throws ExceptionObject> parameterMap, @Nullable @Nullable Duration waitingDuration, @NotNull @NotNull Duration lockingDuration, CacheLocker.Action action) - 抛出:
Exception
-