Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diennea/blazingcache
Blazing Fast Distributed Cache
https://github.com/diennea/blazingcache
caching distributed java jcache
Last synced: about 1 month ago
JSON representation
Blazing Fast Distributed Cache
- Host: GitHub
- URL: https://github.com/diennea/blazingcache
- Owner: diennea
- License: apache-2.0
- Created: 2015-11-12T16:26:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:16:48.000Z (9 months ago)
- Last Synced: 2024-08-02T05:13:01.774Z (4 months ago)
- Topics: caching, distributed, java, jcache
- Language: Java
- Homepage: https://blazingcache.org
- Size: 1.62 MB
- Stars: 35
- Watchers: 13
- Forks: 22
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - blazingcache - Blazing Fast Distributed Cache (Java)
README
# [BlazingCache](http://blazingcache.org/)
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 achieve its goals. [Apache Zookeeper](https://zookeeper.apache.org) 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](https://blazingcache.readme.io)
Join the [mailing list](http://lists.blazingcache.org/mailman/listinfo)
## License
BlazingCache is under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0.html).