To create a non persistent in memory key time value store do the following
TimeProvider timeProvider = new SystemTimeProvider();
InMemoryKeyTimeValueStore(timeProvider);
Spring users can use the configuration class se.gawell.kvtstore.spring.InMemoryKVTStoreConfiguration