xorm/caches
Lunny Xiao 049a28cfb7 Add leveldb cache store (#1545)
Add leveldb cache store

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1545
2020-02-25 12:22:21 +00:00
..
cache.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
encode.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
leveldb.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
leveldb_test.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
lru.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
lru_test.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
memory_store.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00
memory_store_test.go Add leveldb cache store (#1545) 2020-02-25 12:22:21 +00:00