| Package | Description |
|---|---|
| com.alicp.jetcache |
| Modifier and Type | Method and Description |
|---|---|
AutoReleaseLock |
SimpleProxyCache.tryLock(K key,
long expire,
TimeUnit timeUnit) |
default AutoReleaseLock |
Cache.tryLock(K key,
long expire,
TimeUnit timeUnit)
Use this cache attempt to acquire a exclusive lock specified by the key, this method will not block.
|
AutoReleaseLock |
MultiLevelCache.tryLock(K key,
long expire,
TimeUnit timeUnit) |
Copyright © 2013–2022. All rights reserved.