KVBacked

public class KVBacked<T> where T : ToFromData

A generic class for using store-backed default-namespace typed values, cached locally for speed (so note this means that each instance assumes there is no other cache to keep it’s value coherent with).