mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-17 13:53:49 +00:00
temporarily remove fallback repo
This commit is contained in:
parent
3644b83ac6
commit
fc48446ec4
@ -18,7 +18,6 @@
|
|||||||
* `Cache`:
|
* `Cache`:
|
||||||
* New type `FullCacheRepo`
|
* New type `FullCacheRepo`
|
||||||
* New type `CommonCacheRepo`
|
* New type `CommonCacheRepo`
|
||||||
* New type `FallbackCacheRepo`
|
|
||||||
* `CacheRepo` got `invalidate` method. It will fully reload `FullCacheRepo` and just clear `CommonCacheRepo`
|
* `CacheRepo` got `invalidate` method. It will fully reload `FullCacheRepo` and just clear `CommonCacheRepo`
|
||||||
* New extensions `KVCache.actualizeAll`
|
* New extensions `KVCache.actualizeAll`
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
package dev.inmo.micro_utils.repos.cache
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Any inheritor of this should work with next logic: try to take data from original repo and,
|
|
||||||
* if not exists, try to take from the cache some. In case if original repo have returned result, it should be saved to the internal
|
|
||||||
* [dev.inmo.micro_utils.repos.cache.cache.KVCache]
|
|
||||||
*/
|
|
||||||
interface FallbackCacheRepo : CacheRepo
|
|
Loading…
Reference in New Issue
Block a user