mirror of
1
Fork 0
gotosocial/vendor/codeberg.org/gruf/go-cache/v3
kim 2f582e2e33
update gruf / {go-cache, go-maps, go-kv} (#3361)
2024-09-27 10:26:50 +00:00
..
simple [performance] add caching of status fave, boost of, in reply to ID lists (#2060) 2023-08-04 12:28:33 +01:00
ttl [feature] simpler cache size configuration (#2051) 2023-08-03 11:34:35 +02:00
LICENSE [feature] simpler cache size configuration (#2051) 2023-08-03 11:34:35 +02:00
README.md update gruf / {go-cache, go-maps, go-kv} (#3361) 2024-09-27 10:26:50 +00:00
cache.go [feature] simpler cache size configuration (#2051) 2023-08-03 11:34:35 +02:00

README.md

go-cache

Provides access to simple, yet flexible, and performant caches (with TTL if required) via the cache.Cache{} and cache.TTLCache{} interfaces.

simple

A cache.Cache{} implementation with much more of the inner workings exposed. Designed to be used as a base for your own customizations, or used as-is.

ttl

A cache.TTLCache{} implementation with much more of the inner workings exposed. Designed to be used as a base for your own customizations, or used as-is.