Delightful on-disk cache (written in Swift)
Las características principales de aschuch/awesomecache son: Cache, Caching, Caching Solutions.
Las alternativas de código abierto para aschuch/awesomecache incluyen: 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