Code Monkey home page Code Monkey logo

cacheonix-core's Introduction

Cacheonix Java Cache

Cacheonix is an open source project that provides a fast local cache and a stricly-consistent distributed cache. Cacheonix is being actively deleveloped. Cacheonix v.2.2.2 was released on May 18, 2016.

cacheonix-core

Cacheonix's Core project contains the caching functionality.

Java Web cache

Cacheonix 2.2.2 adds support for caching requests using a servlet filter. Key features include:

  • Caching web requests
  • Client-side cache control headers
  • Automatic gzip compression of responses

Please visit Cacheonix wiki section Cacheonix Java web cache for detailed information or concepts, configuration and use.

Local Cache

Cacheonix local cache improves application performance and verifical scalability by servicing a high-demand data from memory and by avoiding running into bottlenecks in the dababase and business tiers.

Strictly-consistent Distributed Cache

One of the most important Cacheonix features is strict data consistency in a cluster. 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 and Maven

Adding Cachenix to your project is easy. Just add the following to the dependencies section of your pom.xml:

<dependency>
   <groupId>org.cacheonix</groupId>
   <artifactId>cacheonix-core</artifactId>
   <version>2.2.2</version>
<dependency>

Cacheonix Downloads

You can aslo add Cacheonix to your project directly by downloading Cacheonix jar, sources and the complete distribution from htttp://downloads.cacheonix.org.

Documentation

Chechk Cacheonix Wiki for detailed documentation.

Contact Us

Shoot us an email at [email protected]

cacheonix-core's People

Contributors

simeshev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.