All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.spy.memcached.protocol.ascii.GetAndTouchOperationImpl Maven / Gradle / Ivy

package net.spy.memcached.protocol.ascii;

import net.spy.memcached.ops.GetAndTouchOperation;

public class GetAndTouchOperationImpl extends BaseGetOpImpl
	implements GetAndTouchOperation{

	public GetAndTouchOperationImpl(String c, int e, GetAndTouchOperation.Callback cb,
			String k) {
		super(c, e, cb, k);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy