sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.
Apache License 2.0
71 stars 33 forks source link

adding disable-cache-names feature #114

Closed tomasAlabes closed 4 years ago

tomasAlabes commented 4 years ago

This can be useful when you feel that something is wrong with a particular dynamic cache-name and you want to see how your code behaves without it, without having to re-deploy your service.

Feel free to edit or refactor the code if necessary. If it's too farfetched, it's not complicated to have this functionality with a wrapper (that's how I have it today)