Class ThreadLocalKeySaver

java.lang.Object
com.aerospike.mapper.tools.ThreadLocalKeySaver

public class ThreadLocalKeySaver extends Object
Save the keys. Note that this is effectively a stack of keys, as A can load B which can load C, and C needs B's key, not A's.