public interface CacheLoader<K,V>
Modifier and Type | Method and Description |
---|---|
V |
load(K key) |
V load(K key) throws PermanentLoadException, Exception
PermanentLoadException
Exception
Copyright © 2014–2016 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.