ObjectCache
Object cache
A library that provides both in-memory and on-disk caching of objects, allowing developers to store and retrieve cached data for a specified time period.
A simple cache for Objects in Android.
216 stars
16 watching
33 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
jmoiron/johnny-cache | A caching framework designed to work with Django's ORM and optimized for use with memcached. | 304 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
mloughran/api_cache | A caching library that adds features to external API calls to make them more reliable and efficient | 360 |
netcarver/asy_jpcache | A caching plugin for Textpattern that optimizes page loading by storing full pages in memory | 8 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 339 |
thinkjs/think-cache | A caching solution designed to improve the performance of ThinkJS 3.x applications by reducing the number of requests made to external resources. | 2 |
liexusong/pcache | A PHP module that provides an in-process cache extension. | 51 |
netflix/evcache | A distributed in-memory caching solution designed to store frequently used data for short-term use cases | 2,058 |
joakimskoog/cashew | A simple HTTP client cache library that allows developers to easily implement caching in their applications. | 83 |
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |