enonic / lib-cache

Cache Library for Enonic XP.
Apache License 2.0
2 stars 1 forks source link

Cache Library for Enonic XP

Actions Status codecov License

This library implements simple caching methods that can be used in your apps. See documentation here: https://developer.enonic.com/docs/cache-library/

Building

To build this project, execute the following:

./gradlew clean build

Publishing

To release this project, execute the following:

./gradlew clean build publish