fomkin / blazingcache

Blazing Fast Distributed Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazingCache

Build Status

BlazingCache is a Fast Cache for distributed Java applications.

You can see BlazingCache like a group of distributed processes each of them owning a local cache, sometimes called also near-cache. BlazingCache coordinates these local caches in order to guarantee that if a member of the groups invalidates an entry or put a more recent version of a value in the cache this operation is propagated to all the other.

BlazingCache relies on a central (replicated) coordinator service in order to achive its goals. Apache Zookeeper is used for coordination of coordinators and for service discovery.

Since version 1.4.0 BlazingCache implements JSR107 JCache API.

Getting Involved

See our docs

Give us feedback

Join the mailing list

License

BlazingCache is under Apache 2 license.

About

Blazing Fast Distributed Cache


Languages

Language:Java 98.2%Language:Shell 1.1%Language:CSS 0.6%