Interface MutableNamedCacheView<T>

Type Parameters:
T - Type of the entity held by this cache.
All Superinterfaces:
CacheView<T>, Iterable<T>, MutableCacheView<T>, NamedCacheView<T>
All Known Implementing Classes:
DefaultNamedCacheView, NoopCacheView

public interface MutableNamedCacheView<T> extends MutableCacheView<T>, NamedCacheView<T>
Mutable named cache view, which allows modifications to the storage. Used by MemoryEntityCache to allow custom implementations.
Since:
12/23/18
Author:
natanbc