Simple key/value cache for Go
Go to file
Basit Ali d0a7fc26e1 refactor 2022-04-05 04:18:49 +05:00
cache.go cache eviction using sweeper 2022-04-05 04:11:54 +05:00
delete_expired.go cache eviction using sweeper 2022-04-05 04:10:40 +05:00
errors.go cache eviction using sweeper 2022-04-05 04:11:54 +05:00
flush.go cache eviction using sweeper 2022-04-05 04:10:40 +05:00
get.go return data instead of pair 2022-03-29 22:09:32 +05:00
go.mod init 2021-12-07 17:34:49 +05:00
my_cache.go cache eviction using sweeper 2022-04-05 04:10:40 +05:00
remove.go init 2021-12-07 17:34:49 +05:00
set.go refactor 2022-04-05 04:18:49 +05:00
sweeper.go cache eviction using sweeper 2022-04-05 04:10:40 +05:00
value.go refactor 2022-04-05 04:18:49 +05:00