SkillAgentSearch skills...

Blazingcache

Blazing Fast Distributed Cache

Install / Use

/learn @diennea/Blazingcache
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BlazingCache

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 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

Join the mailing list

License

BlazingCache is under Apache 2 license.

Related Skills

View on GitHub
GitHub Stars38
CategoryDevelopment
Updated1mo ago
Forks22

Languages

Java

Security Score

95/100

Audited on Feb 2, 2026

No findings