public static interface CacheLoader.StorageListener
| Modifier and Type | Method and Description |
|---|---|
void |
errorStoring(java.lang.String k,
java.lang.Exception e) |
void |
storeResult(java.lang.String k,
boolean result)
Normal path response for a set.
|
void storeResult(java.lang.String k,
boolean result)
k - the key that was being setresult - true if the set changed the DB valuevoid errorStoring(java.lang.String k,
java.lang.Exception e)
k - the key that was attempting to be storede - the error received while storing that keyCopyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.