Public Member Functions | |
| void | handleErrorOnDelete (final MemcachedClient client, final Throwable error, final String cacheKey) |
| void | handleErrorOnFlush (final MemcachedClient client, final Throwable error) |
| void | handleErrorOnGet (final MemcachedClient client, final Throwable error, final String[] cacheKeys) |
| void | handleErrorOnGet (final MemcachedClient client, final Throwable error, final String cacheKey) |
| void | handleErrorOnInit (final MemcachedClient client, final Throwable error) |
| void | handleErrorOnSet (final MemcachedClient client, final Throwable error, final String cacheKey) |
| void | handleErrorOnStats (final MemcachedClient client, final Throwable error) |
| void handleErrorOnDelete | ( | final MemcachedClient | client, | |
| final Throwable | error, | |||
| final String | cacheKey | |||
| ) |
Called for errors thrown during MemcachedClient#delete(String) and related methods.
| void handleErrorOnFlush | ( | final MemcachedClient | client, | |
| final Throwable | error | |||
| ) |
Called for errors thrown during MemcachedClient#flushAll() and related methods.
| void handleErrorOnGet | ( | final MemcachedClient | client, | |
| final Throwable | error, | |||
| final String[] | cacheKeys | |||
| ) |
Called for errors thrown during MemcachedClient#getMulti(String) and related methods.
| void handleErrorOnGet | ( | final MemcachedClient | client, | |
| final Throwable | error, | |||
| final String | cacheKey | |||
| ) |
Called for errors thrown during MemcachedClient#get(String) and related methods.
| void handleErrorOnInit | ( | final MemcachedClient | client, | |
| final Throwable | error | |||
| ) |
Called for errors thrown during initialization.
| void handleErrorOnSet | ( | final MemcachedClient | client, | |
| final Throwable | error, | |||
| final String | cacheKey | |||
| ) |
Called for errors thrown during MemcachedClient#set(String,Object) and related methods.
| void handleErrorOnStats | ( | final MemcachedClient | client, | |
| final Throwable | error | |||
| ) |
Called for errors thrown during MemcachedClient#stats() and related methods.
1.5.8