summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-cache/v3/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/codeberg.org/gruf/go-cache/v3/README.md')
-rw-r--r--vendor/codeberg.org/gruf/go-cache/v3/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/codeberg.org/gruf/go-cache/v3/README.md b/vendor/codeberg.org/gruf/go-cache/v3/README.md
deleted file mode 100644
index ffc516a70..000000000
--- a/vendor/codeberg.org/gruf/go-cache/v3/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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.