Uses of Interface
org.aksw.commons.collections.cache.Cache
Packages that use Cache
-
Uses of Cache in org.aksw.commons.collections.cache
Classes in org.aksw.commons.collections.cache that implement CacheModifier and TypeClassDescriptionclassCacheImpl<T>An iterable that caches (possibly computed) items returned from an underlying iterator, such that subsequent iterations run from the cache.classFields in org.aksw.commons.collections.cache declared as CacheConstructors in org.aksw.commons.collections.cache with parameters of type CacheModifierConstructorDescriptionCachingIterable(Iterator<T> delegate, Cache<T> cache) CachingIterator(Cache<T> cache, Iterator<T> delegate) CachingIterator(Cache<T> cache, Iterator<T> delegate, int offset)