Skip to content

SSMCache put is swallowing all the exceptions #65

@ek-ex

Description

@ek-ex

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 ?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions