// Initializing cache manager
FeatureCacheManager cache = new FeatureCacheProviderRedis();
// Initializing Features for test
FeatureStore store = new InMemoryFeatureStore(TEST_FEATURES_FILE);
Feature fold = store.read(F4);
// Put in Cache
cache.put(fold);
// Retrieve object