com.neko233.toolchain.common.cache.objects.CacheKey Maven / Gradle / Ivy
package com.neko233.toolchain.common.cache.objects;
/**
* @author SolarisNeko on 2022-12-14
**/
public interface CacheKey {
K cacheKey();
}
package com.neko233.toolchain.common.cache.objects;
/**
* @author SolarisNeko on 2022-12-14
**/
public interface CacheKey {
K cacheKey();
}