public static interface CacheLoader.StorageListener
Modifier and Type | Method and Description |
---|---|
void |
errorStoring(String k,
Exception e) |
void |
storeResult(String k,
boolean result)
Normal path response for a set.
|
void storeResult(String k, boolean result)
k
- the key that was being setresult
- true if the set changed the DB valueCopyright © 2018. All rights reserved.