JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.pellse.reactive.assembler.caching
Interface ConcurrentCache.Lock
Enclosing interface:
ConcurrentCache
<
ID
,
R
>
public static interface
ConcurrentCache.Lock
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
releaseLock
()
boolean
tryAcquireLock
()
Method Details
tryAcquireLock
boolean
tryAcquireLock
()
releaseLock
void
releaseLock
()