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: 5 days 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-11-12T10:35:51.000Z (3 months ago)
- Last Synced: 2025-01-16T18:20:42.572Z (12 days ago)
- Topics: caching, distributed, java, jcache
- Language: Java
- Homepage: https://blazingcache.org
- Size: 1.62 MB
- Stars: 36
- Watchers: 13
- Forks: 21
- 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).