Skip to content

Commit 66f6bdf

Browse files
committed
update readme
1 parent ba0a8dc commit 66f6bdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ With ```cache_info```, you can retrieve the number of ```hits``` and ```misses``
230230

231231
## Advanced API References
232232

233+
<details>
234+
<summary>Details</summary>
235+
233236
### Checking whether the cache contains something
234237

235238
#### cache_contains_argument(function_arguments, alive_only)
@@ -380,6 +383,7 @@ Remove all cache elements that satisfy the given predicate
380383
:return: True if at least one element is removed, False otherwise.
381384
```
382385

386+
</details>
383387

384388
## Q&A
385389

0 commit comments

Comments
 (0)