OHCache usage

Original link: https://www.lifengdi.com/archives/article/tech/3992

OHCache Introduction The caching framework OHC is implemented based on the Java language, and is called by other Java programs in the form of a class library. It is an off-heap cache that runs in stand-alone mode. Introduction to OHC There are various types of caching and implementation mechanisms, including stand-alone caching and distributed caching. Specific to JVM applications, it can be divided into on-heap cache and off-heap cache. The full name of OHC is off-heap-cache, that is, off-heap cache, which is a Java-based key-value off-heap cache framework. OHC is a caching framework developed for Apache Cassandra in 2015. It was later separated from the Cassandra project and became a separate class library. Its project address is: ht […]

This article is reproduced from: https://www.lifengdi.com/archives/article/tech/3992
This site is for inclusion only, and the copyright belongs to the original author.