Class CompositeNamedCacheView<T>

java.lang.Object
com.mewna.catnip.cache.view.CompositeCacheView<T>
com.mewna.catnip.cache.view.CompositeNamedCacheView<T>
Type Parameters:
T - Type of the entity held by this cache.
All Implemented Interfaces:
CacheView<T>, NamedCacheView<T>, Iterable<T>

public class CompositeNamedCacheView<T> extends CompositeCacheView<T> implements NamedCacheView<T>
A NamedCacheView that's equivalent to a collection of provided ones. Any update to any of the provided views will update this view.
Since:
12/15/18
Author:
natanbc