| Package | Description |
|---|---|
| blazingcache.client |
| Modifier and Type | Method and Description |
|---|---|
KeyLock |
CacheClient.lock(String key) |
boolean |
CacheClient.put(String key,
byte[] data,
long expireTime)
Put an entry on the local cache.
|
boolean |
CacheClient.put(String key,
byte[] data,
long expireTime,
KeyLock lock) |
void |
CacheClient.unlock(KeyLock keyLock) |
Copyright © 2016. All rights reserved.