An open API service indexing awesome lists of open source software.

https://github.com/robertvazan/foxcache

Reactive persistent cache for applications based on Hookless reactive library and especially PushMode web apps.
https://github.com/robertvazan/foxcache

cache hookless java-cache pushmode reactive

Last synced: 8 days ago
JSON representation

Reactive persistent cache for applications based on Hookless reactive library and especially PushMode web apps.

Awesome Lists containing this project

README

          

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# Fox Cache

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.foxcache/foxcache)](https://central.sonatype.com/artifact/com.machinezoo.foxcache/foxcache)
[![Build status](https://github.com/robertvazan/foxcache/workflows/build/badge.svg)](https://github.com/robertvazan/foxcache/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/foxcache/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/foxcache)

Fox Cache is a reactive persistent cache for applications based on
[Hookless](https://hookless.machinezoo.com/) reactive library
and especially [PushMode](https://pushmode.machinezoo.com/) web apps.
The cache tracks dependencies recursively and automatically refreshes stale cache entries.
Cache API is declarative, functional, and reactive.

More on [homepage](https://foxcache.machinezoo.com/).

## Status

Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.

## Getting started

See [homepage](https://foxcache.machinezoo.com/).

## Documentation

* [Homepage](https://foxcache.machinezoo.com/)

There is no javadoc yet. See [source code](src/main/java/com/machinezoo/foxcache) for available APIs.

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).