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.
- Host: GitHub
- URL: https://github.com/robertvazan/foxcache
- Owner: robertvazan
- License: apache-2.0
- Created: 2023-09-20T19:08:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T06:04:12.000Z (over 1 year ago)
- Last Synced: 2025-03-05T17:23:47.212Z (about 1 year ago)
- Topics: cache, hookless, java-cache, pushmode, reactive
- Language: Java
- Homepage: https://foxcache.machinezoo.com/
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Fox Cache
[](https://central.sonatype.com/artifact/com.machinezoo.foxcache/foxcache)
[](https://github.com/robertvazan/foxcache/actions/workflows/build.yml)
[](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).