s

spring-cache-integration-test

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