| Package | Description |
|---|---|
| blazingcache.client |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
CacheClient.fetch(String key)
Returns an entry from the local cache, if not found asks to the
CacheServer to find the entry on other clients
|
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.
|
CacheEntry |
CacheClient.get(String key)
Returns an entry from the local cache.
|
Copyright © 2016. All rights reserved.