Skip to content

fengshao0907/cacheonix-core

 
 

Repository files navigation

Cacheonix Distributed Java Cache

Cacheonix is a distributed cache for Java capable of running in clusters small and large.

Strict Data Consistency

The most important feature of Cacheonix is strict data consistency. Cacheonix guarantees that once an update to a key happend, it's impossible to get an old value for that key. This makese Cacheonix suitable for mission critical applications such as e-commerce and banking. Also, Cacheonix allows developing a highly-performant applications using Hibernate that have to run in a cluster.

cacheonix-core

Cacheonix's Core project contains distributed caching functionality.

Documentation

Chechk Cacheonix Wiki for detailed documentation.

About

Cacheonix's core Distributed Caching functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • HTML 1.3%
  • Other 0.2%