Memcached – Spring Boot can not setup cache
Try to setup Memcache in Spring Boot project, but it does not work. I even try to setup default cache(ConcurrentMapCacheManager), but it does not work as well. Every tutorial that I read(even Spring official) say that this configuration is enought…