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)
The main features of aschuch/awesomecache are: Cache, Caching, Caching Solutions.
Projects with overlapping indexed features include: ben-manes/caffeine — Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles… hyperoslo/cache — :package: Nothing but Cache. buzzfeed/mattress — iOS Offline Caching for Web Content. aliostad/cachecow — An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server. aspnet/caching — [Archived] Libraries for in-memory caching and distributed caching. Project moved to… artsy/garner — A set of Rack middleware and cache helpers that implement various caching strategies.
:package: Nothing but Cache.
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
An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server