o

org.opencms.workplace.tools.cache

OpenCms-Module 'org.opencms.workplace.tools.cache'.

This module contains the OpenCms administration tools for managing the different internal caches.

(c) 2012 by Alkacon Software GmbH (http://www.alkacon.com).

OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
http://opencms.org
GNU LESSER GENERAL PUBLIC LICENSE 2.1
Alexander Kandzior
Files download
File Operation
org.opencms.workplace.tools.cache-8.5.0.jar download
org.opencms.workplace.tools.cache-8.5.0.pom download
org.opencms.workplace.tools.cache-8.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencms.modules</groupId>
  <artifactId>org.opencms.workplace.tools.cache</artifactId>
  <version>8.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencms.modules:org.opencms.workplace.tools.cache:8.5.0'
Gradle Kotlin
implementation("org.opencms.modules:org.opencms.workplace.tools.cache:8.5.0")
Scala SBT
libraryDependencies += "org.opencms.modules" % "org.opencms.workplace.tools.cache" % "8.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms.modules', module='org.opencms.workplace.tools.cache', version='8.5.0')
)
Apache Ivy
<dependency org="org.opencms.modules" name="org.opencms.workplace.tools.cache" rev="8.5.0" />
Leiningen
[org.opencms.modules/org.opencms.workplace.tools.cache "8.5.0"]
Apache Buildr
'org.opencms.modules:org.opencms.workplace.tools.cache:jar:8.5.0'