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

org.nutz.boot.starter.caffeine.KeyStringifier Maven / Gradle / Ivy

The newest version!
package org.nutz.boot.starter.caffeine;

public interface KeyStringifier {

    String stringify(Object obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy