[core] Implemented MemcachedCache (#1000)

* [core] Implemented MemcachedCache
This commit is contained in:
Eugene Molotov 2019-05-03 14:56:07 +05:00 committed by Teromene
parent fe103974f5
commit 75359bc11b
2 changed files with 119 additions and 0 deletions

View file

@ -57,3 +57,7 @@ password = ""
[SQLiteCache]
file = "cache.sqlite"
[MemcachedCache]
host = "localhost"
port = 11211