Commit b893879
committed
fix: make
Make the `MemoryBackend` behave like the others, and stop removing keys from the initialization dict.
Fixes: Issue #273
Closes: #274
Pull-request: #274
Pull-request-sha: 759dc77
Change-Id: Ifd3f0d88b18a73a0ce287e1a514a6268daf157c4dogpile.cache.memory preserve its init parameters1 parent 424627d commit b893879
File tree
2 files changed
+6
-2
lines changed- dogpile/cache/backends
- tests/cache
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
0 commit comments