Skip to content

enonic/lib-cache

Repository files navigation

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