com.googlecode.xmemcached.spring.boot.XmemcachedKeyConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmemcached-spring-boot-starter Show documentation
Show all versions of xmemcached-spring-boot-starter Show documentation
Spring Boot Starter For Xmemcached
package com.googlecode.xmemcached.spring.boot;
public abstract class XmemcachedKeyConstant {
/**
* 用户坐标缓存
*/
public final static String USER_GEO_LOCATION_KEY = "user:geo:location";
}