All Superinterfaces:
DeterministicUuidMapper, UuidMapper

public interface MemoizedUuidMapper extends DeterministicUuidMapper
UuidMapper that memoizes all its UuidMapper.map(String) calls. This means that calling UuidMapper.map(String) multiple times with the same argument will return the same UUID.
Author:
krylov