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

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();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy