com.googlecode.objectify.cache.spymemcached.SpyIdentifiableValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectify Show documentation
Show all versions of objectify Show documentation
The simplest convenient interface to the Google App Engine datastore
package com.googlecode.objectify.cache.spymemcached;
import com.googlecode.objectify.cache.IdentifiableValue;
import lombok.Data;
import net.spy.memcached.CASValue;
@Data
public class SpyIdentifiableValue implements IdentifiableValue {
private final CASValue
© 2015 - 2024 Weber Informatics LLC | Privacy Policy