If there is an exception of any sort, the method is swallowing it and only logging. This is very bad since the client will not know when a call failed and would need to be retried.
https://github.com/ragnor/simple-spring-memcached/blob/master/spring-cache/src/main/java/com/google/code/ssm/spring/SSMCache.java#L168
Was there any reason why it was done this way ?