接口 KeyConvertor

所有超级接口:
Function<Object,Object>

public interface KeyConvertor extends Function<Object,Object>
Created on 2016/12/12. A custom key convertor implements Function<Object, Object> is enough. If a key convertor implements this interface, it can process byte[] and String, see AbstractExternalCache.
作者:
huangli