public void | setBlocking(boolean blocking)Notify the cache when it should start and stop blocking for cache misses.
If {@link #setBlocking(true)} has been called and if the pool is empty, {@link #poll()}
should block until the pool is repopulated, or until {@link #setBlocking(false)} is called.
|