Simple key/value cache for Go
Go to file
Basit Ali f68be2a82a finalizer bug, ignoring gc for now 2022-04-06 16:10:11 +05:00
cache.go cache eviction using sweeper 2022-04-05 04:11:54 +05:00
delete_expired.go eviction callback 2022-04-06 15:19:15 +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 finalizer bug, ignoring gc for now 2022-04-06 16:10:11 +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