From 992ce6d88f0de3ab07ac5eb0ee284de3400561e2 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 26 Nov 2023 23:35:37 +0900 Subject: [PATCH] Update README --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 2a3af70..9c61ee5 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,6 @@ Supports the following methods: - ``touch``: Update the last accessed time of a cache entry to extend the TTL. - ``delete`` - ``prune``: Delete expired cache entries. -- - Dictionary-like operations: - ``__getitem__`` - ``__setitem__``