infinicache

Cache service

A cloud-based in-memory object cache built on top of ephemeral serverless functions to provide cost-effective and high-performance caching capabilities.

InfiniCache: A cost-effective memory cache that is built atop ephemeral serverless functions (USENIX FAST'20)

GitHub

253 stars
8 watching
21 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list

cachingserverless

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
codingsince1985/couchcache A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. 64
netflix/evcache A distributed in-memory caching solution designed to store frequently used data for short-term use cases 2,058
fogfish/cache A library implementing an in-memory cache with segmented storage and time-to-live policies 137
defcronyke/godscache Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms 11
sj-distributor/fastcache A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. 45
partech/cache-processing-instance A proof-of-concept implementation of an HTML cache processing service. 2
cakephp/cache A caching library that provides a simple interface to multiple caching backends. 51
lancachenet/monolithic A monolithic caching service capable of storing data from multiple CDNs in a single instance. 757
erni27/imcache A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. 123
slimphp/slim-httpcache Provides an HTTP caching middleware and service provider for a web application framework 115
iwanbk/bcache A distributed in-memory caching system with eventual consistency and configurable maximum keys 156
victoriametrics/fastcache A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. 2,128
cheeaun/react-native-cache-store A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. 45
liexusong/pcache A PHP module that provides an in-process cache extension. 51
sqlalchemy/dogpile.cache A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. 247