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.2.0.jar download
spring-cache-integration-test-3.2.0.pom download
spring-cache-integration-test-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.simple-spring-memcached</groupId>
  <artifactId>spring-cache-integration-test</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.simple-spring-memcached:spring-cache-integration-test:3.2.0'
Gradle Kotlin
implementation("com.google.code.simple-spring-memcached:spring-cache-integration-test:3.2.0")
Scala SBT
libraryDependencies += "com.google.code.simple-spring-memcached" % "spring-cache-integration-test" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.simple-spring-memcached', module='spring-cache-integration-test', version='3.2.0')
)
Apache Ivy
<dependency org="com.google.code.simple-spring-memcached" name="spring-cache-integration-test" rev="3.2.0" />
Leiningen
[com.google.code.simple-spring-memcached/spring-cache-integration-test "3.2.0"]
Apache Buildr
'com.google.code.simple-spring-memcached:spring-cache-integration-test:jar:3.2.0'