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

com.open.capacity.redis.prefix.KeyPrefix Maven / Gradle / Ivy

There is a newer version: 1.0.0.RC4
Show newest version
package com.open.capacity.redis.prefix;

public interface KeyPrefix {
		
	public int expireSeconds();
	
	public String getPrefix();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy