summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-cache
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-09-27 10:26:50 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-27 10:26:50 +0000
commit2f582e2e33b2bae06e136bd2a547a934a6700074 (patch)
treeade1642ba12d27ae8f38b7e88b170f5491c5e0fc /vendor/codeberg.org/gruf/go-cache
parent[chore] bump go-byteutil v1.2.0 -> v1.3.0 (#3356) (diff)
downloadgotosocial-2f582e2e33b2bae06e136bd2a547a934a6700074.tar.xz
update gruf / {go-cache, go-maps, go-kv} (#3361)
Diffstat (limited to 'vendor/codeberg.org/gruf/go-cache')
-rw-r--r--vendor/codeberg.org/gruf/go-cache/v3/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/codeberg.org/gruf/go-cache/v3/README.md b/vendor/codeberg.org/gruf/go-cache/v3/README.md
index eb298bea4..ffc516a70 100644
--- a/vendor/codeberg.org/gruf/go-cache/v3/README.md
+++ b/vendor/codeberg.org/gruf/go-cache/v3/README.md
@@ -9,9 +9,3 @@ A `cache.Cache{}` implementation with much more of the inner workings exposed. D
## 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.
-
-## result
-
-`result.Cache` is an example of a more complex cache implementation using `ttl.Cache{}` as its underpinning.
-
-It provides caching specifically of loadable struct types, with automatic keying by multiple different field members and caching of negative (error) values. All useful when wrapping, for example, a database. \ No newline at end of file