Cache Lib
Simple caching for apps
This library implements simple caching methods that can be used in your apps.
Releases
2.1.1
- Regression of the last release
Compatibility:
- 7.0.0
2.1.0
- Implemented update of cache entry
Compatibility:
- 7.0.0
2.0.0
- XP7 compatibility
Compatibility:
- 7.0.0
1.1.0
- Added remove method
- Added removePattern method
Compatibility:
- 6.11.0
1.0.0
- Initial release
Compatibility:
- 6.11.0
Download Cache Lib
This version requires XP
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.enonic.lib:lib-cache:2.1.1'
}
repositories {
maven {
url 'http://repo.enonic.com/public/com/enonic/lib/lib-cache/'
}
}