| Package | Description |
|---|---|
| blazingcache.client |
| Modifier and Type | Method and Description |
|---|---|
KeyLock |
CacheClient.lock(String key) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
CacheClient.fetch(String key,
KeyLock lock)
Returns an entry from the local cache, if not found asks to the
CacheServer to find the entry on other clients.
|
void |
CacheClient.invalidate(String key,
KeyLock lock) |
boolean |
CacheClient.put(String key,
byte[] data,
long expireTime,
KeyLock lock) |
void |
CacheClient.touchEntry(String key,
long expiretime,
KeyLock lock)
Modifies the expireTime for a given entry.
|
void |
CacheClient.unlock(KeyLock keyLock) |
Copyright © 2016. All rights reserved.