public class LoggingMemcacheExceptionHandler extends Object implements MemcacheExceptionHandler
| Constructor and Description |
|---|
LoggingMemcacheExceptionHandler() |
| 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) |
public void handleErrorOnGet(String key, Exception e)
handleErrorOnGet in interface MemcacheExceptionHandlerpublic void handleErrorOnSet(String key, int cacheTimeSeconds, Object o, Exception e)
handleErrorOnSet in interface MemcacheExceptionHandlerpublic void handleErrorOnDelete(String key, Exception e)
handleErrorOnDelete in interface MemcacheExceptionHandlerpublic void handleErrorOnIncr(String key, int factor, int startingValue, Exception e)
handleErrorOnIncr in interface MemcacheExceptionHandlerCopyright © 2017. All rights reserved.