K
- the type of keys (and values)public class RecordingCacheLoader<K> extends Object implements javax.cache.integration.CacheLoader<K,K>, AutoCloseable
CacheLoader
implementation that:
NullPointerException
when an attempt to load a
null
key is attemptedConstructor and Description |
---|
RecordingCacheLoader() |
public int getLoadCount()
public boolean hasLoaded(K key)
key
- the keypublic void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2014. All Rights Reserved.