l

libby-http-cache-control

By reusing previously acquired resources, you can significantly improve the performance of websites and applications. Web caching reduces latency and network traffic, thereby reducing the time required to display resource representations. Become more responsive by using HTTP caching
https://github.com/galaxy-sea/libby-http-cache-control
Apache License, Version 2.0
changjin wei
Files download
File Operation
libby-http-cache-control-2022.1.8.jar download
libby-http-cache-control-2022.1.8.pom download
libby-http-cache-control-2022.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>plus.wcj</groupId>
  <artifactId>libby-http-cache-control</artifactId>
  <version>2022.1.8</version>
</dependency>
Gradle Groovy
implementation 'plus.wcj:libby-http-cache-control:2022.1.8'
Gradle Kotlin
implementation("plus.wcj:libby-http-cache-control:2022.1.8")
Scala SBT
libraryDependencies += "plus.wcj" % "libby-http-cache-control" % "2022.1.8"
Groovy Grape
@Grapes(
  @Grab(group='plus.wcj', module='libby-http-cache-control', version='2022.1.8')
)
Apache Ivy
<dependency org="plus.wcj" name="libby-http-cache-control" rev="2022.1.8" />
Leiningen
[plus.wcj/libby-http-cache-control "2022.1.8"]
Apache Buildr
'plus.wcj:libby-http-cache-control:jar:2022.1.8'