s

spring-cache-integration-test

Sample project using integration with Spring 3.1 cache abstraction and xmemcached provider
http://github.com/ragnor/simple-spring-memcached
MIT License
Jakub Białek
Files download
File Operation
spring-cache-integration-test-4.0.0.jar download
spring-cache-integration-test-4.0.0.pom download
spring-cache-integration-test-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.simple-spring-memcached</groupId>
  <artifactId>spring-cache-integration-test</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.simple-spring-memcached:spring-cache-integration-test:4.0.0'
Gradle Kotlin
implementation("com.google.code.simple-spring-memcached:spring-cache-integration-test:4.0.0")
Scala SBT
libraryDependencies += "com.google.code.simple-spring-memcached" % "spring-cache-integration-test" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.simple-spring-memcached', module='spring-cache-integration-test', version='4.0.0')
)
Apache Ivy
<dependency org="com.google.code.simple-spring-memcached" name="spring-cache-integration-test" rev="4.0.0" />
Leiningen
[com.google.code.simple-spring-memcached/spring-cache-integration-test "4.0.0"]
Apache Buildr
'com.google.code.simple-spring-memcached:spring-cache-integration-test:jar:4.0.0'