harbor/src/lib/cache
chlins 8c223135e7 feat: add cache layer for artifact (#16739)
Implement cache layer for resource artifact and define common
cache manager and workflow. Also add cache related options to
configuration yaml.

Signed-off-by: chlins <chenyuzh@vmware.com>
2022-04-25 18:01:45 +08:00
..
memory feat: add cache layer for artifact (#16739) 2022-04-25 18:01:45 +08:00
redis feat: add cache layer for artifact (#16739) 2022-04-25 18:01:45 +08:00
cache_test.go refactor: import go-redis to core as replacement of redigo 2022-03-15 20:44:44 +08:00
cache.go feat: add cache layer for artifact (#16739) 2022-04-25 18:01:45 +08:00
codec_test.go feat: add cache library and enable it in config manager (#13525) 2020-12-08 17:40:03 +08:00
codec.go feat: implement beego session provider 2022-03-24 10:33:21 +08:00
context.go feat: add cache library and enable it in config manager (#13525) 2020-12-08 17:40:03 +08:00
helper_test.go refactor: import go-redis to core as replacement of redigo 2022-03-15 20:44:44 +08:00
helper.go refactor: import go-redis to core as replacement of redigo 2022-03-15 20:44:44 +08:00
options.go feat: add cache library and enable it in config manager (#13525) 2020-12-08 17:40:03 +08:00
util_test.go feat: add cache library and enable it in config manager (#13525) 2020-12-08 17:40:03 +08:00
util.go feat: add cache library and enable it in config manager (#13525) 2020-12-08 17:40:03 +08:00