public interface MemcacheExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleErrorOnDelete(String key,
Exception e) |
void |
handleErrorOnGet(String key,
Exception e) |
void |
handleErrorOnIncr(String key,
int factor,
int startingValue,
Exception e) |
void |
handleErrorOnSet(String key,
int cacheTimeSeconds,
Object o,
Exception e) |
Copyright © 2017. All rights reserved.