We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c71be2 commit a51375cCopy full SHA for a51375c
1 file changed
README.md
@@ -94,7 +94,7 @@ You need to implement these callback functions:
94
<details>
95
<summary>An example for LRU</summary>
96
97
-```
+```python
98
from collections import OrderedDict
99
from libcachesim import PluginCache, CommonCacheParams, Request, SyntheticReader, LRU
100
0 commit comments