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

com.redis.spring.batch.memcached.reader.LruCrawlerMetadumpOperation Maven / Gradle / Ivy

The newest version!
package com.redis.spring.batch.memcached.reader;

import net.spy.memcached.ops.Operation;
import net.spy.memcached.ops.OperationCallback;

public interface LruCrawlerMetadumpOperation extends Operation {

	interface Callback extends OperationCallback {
		void gotMetadump(LruMetadumpEntry entry);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy