CesiumGS / CesiumGS/cesium-native
Allow defining maximum cache size for CachingAssetAccessor
Open
enhancement
- Dominant language
- C++
- Stars
- 623
- Forks
- 277
- PR merge metrics
- No merged PRs in 30d
Description
The caching asset accessor currently allows defining the maximum request age, but there is no way to define the maximum cache size.
It would be more useful if requests were removed from the cache when it reaches a specific size limit rather than by request age.
Contributor guide
Assessment
This issue has not been assessed yet.