ohc

Cache library

A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm.

Java large off heap cache

GitHub

1k stars
60 watching
180 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
erni27/imcacheA zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use.123
mdaliyan/icacheA high-performance cache library for Go with thread-safe, generic support and no serialization requirements.19
creativecreature/sturdycA caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards.346
sj-distributor/fastcacheA caching library for .NET Core applications that supports multiple caching providers and eviction strategies.45
oastuff/clusteredbigcacheProvides in-memory caching with clustering support45
viney-shih/go-cacheProvides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.141
jamesmontemagno/monkey-cacheProvides an easy-to-use caching mechanism for data structures in .NET applications.680
moka-rs/mokaA high-performance concurrent caching library for Rust that provides flexible cache implementations with bounding and expiration policies.1,691
hooopo/second_level_cacheCaching library that synchronizes with models and databases in Rails applications398
adelowo/onecacheA Go caching library with support for multiple backends and garbage collection.136
huntlabs/hunt-cacheA cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached.6
ulovecode/gdcacheA cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries.13
kezhenxu94/cache-liteAn extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin.134
zolomatok/johnnyA caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support.37
iwanbk/bcacheA distributed in-memory caching system with eventual consistency and configurable maximum keys156