com.googlecode.hibernate.memcached
Interface MemcacheExceptionHandler

All Known Implementing Classes:
LoggingMemcacheExceptionHandler

public interface MemcacheExceptionHandler

Author:
Ray Krueger

Method Summary
 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)
           
 

Method Detail

handleErrorOnGet

void handleErrorOnGet(String key,
                      Exception e)

handleErrorOnSet

void handleErrorOnSet(String key,
                      int cacheTimeSeconds,
                      Object o,
                      Exception e)

handleErrorOnDelete

void handleErrorOnDelete(String key,
                         Exception e)

handleErrorOnIncr

void handleErrorOnIncr(String key,
                       int factor,
                       int startingValue,
                       Exception e)


Copyright © 2015. All rights reserved.