
com.spikeify.RecordsCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Simple ORM for Aerospike
package com.spikeify;
import com.aerospike.client.Key;
import java.util.*;
/**
* A cache of records, used to calculate changes between loaded and saved objects.
* This is needed because Aerospike encourages saving only changed bins (records).
*/
public class RecordsCache {
private final ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy