How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Delightful on-disk cache (written in Swift)
Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m
The main features of steipete/sdurlcache are: Caching Solutions.
Projects with overlapping indexed features include: aschuch/awesomecache — Delightful on-disk cache (written in Swift). ben-manes/caffeine — Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles… buzzfeed/mattress — iOS Offline Caching for Web Content. weltn24/carlos. xetorthio/jedis — Jedis is a Java library and database driver used to execute commands and manage data on Redis servers and distributed…