Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[enhancement](cloud) refine block file cache evict policy (apache#42451)
- Enhance cache performance and reduce cache misses by: - Prevent starvation of any particular cache. - Improve disk space utilization. - Maintain strict and systematic eviction priorities. - Enhance the observability of caching strategies, allowing cache behavior to be intuitively self-explanatory through monitoring. - Improve code comprehensibility: unify the cache framework to avoid ad-hoc handling of TTL, increasing the modularity of the code. - Reduce operational complexity by eliminating and standardizing configuration items. --------- Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
- Loading branch information