com.xxelin.whale.enums.RemoteCache Maven / Gradle / Ivy
package com.xxelin.whale.enums;
/**
* @author ElinZhou [email protected]
* @version $Id: RemoteCache.java , v 0.1 2019-07-31 10:55 ElinZhou Exp $
*/
public enum RemoteCache {
REDIS,
;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy