Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 760 Bytes

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