You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MemcachedImpl doesn't flush all data in the "stop" method. But RedisCacheImpl calls "flushAll()" in "stop" method. It will be better if it can be set "flush for not fulsh" in conf file.
The MemcachedImpl doesn't flush all data in the "stop" method. But RedisCacheImpl calls "flushAll()" in "stop" method. It will be better if it can be set "flush for not fulsh" in conf file.
MemcachedImpl:
https://github.com/playframework/play/blob/master/framework/src/play/cache/MemcachedImpl.java
The text was updated successfully, but these errors were encountered: