complete improvements in caches

This commit is contained in:
2022-06-30 02:44:44 +06:00
parent e55f60c30b
commit 23bcb26a58
11 changed files with 127 additions and 21 deletions

View File

@@ -6,7 +6,9 @@
* `Cache`:
* `KVCache` has been replaced to the package `dev.inmo.micro_utils.repos.cache`
* `SimpleKVCache` has been replaced to the package `dev.inmo.micro_utils.repos.cache`
* New `KVCache` - `UnlimitedKVCache`
* New `KVCache` subtype - `FullKVCache`
* Add `Full*` variants of standard repos
* Add `cached`/`caching` (for write repos) extensions for all standard types of repos
## 0.11.9