package org.aksw.commons.collections.cache
-
-
An iterable that caches (possibly computed) items returned from an underlying iterator, such that
subsequent iterations run from the cache.
An iterable over an iterator that caches the iterator's results.
In iterator that adds items to a cache as it proceeds.