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

kim.sesame.framework.cache.ICacheId Maven / Gradle / Ivy

The newest version!
package kim.sesame.framework.cache;

/**
 * CacheID
 **/
public interface ICacheId {
    /**
     * 标记当前Cache的UUID
     * @return uuid
     */
    String getUUID();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy