This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
0.6
New features
- It's now possible to conditionally post-process values fetched from
CacheLevel
s (or fetch closures) on the key used to fetch the value. Use the functionconditionedPostProcess
or consult theREADME.md
for more information - It's now possible to conditionally transform values fetched from (or set on)
CacheLevel
s on the key used to fetch (or set) the value. Use the functionconditionedValueTransformation
or consult theREADME.md
for more information
Fixes
- Carthage works again
Minor improvements
CacheProvider
now has accessors to retrieve shared instances of the built-in caches (sharedImageCache
,sharedDataCache
andsharedJSONCache
)