- All Superinterfaces:
- CacheSource<K,T>
- All Known Subinterfaces:
- Cache<K,T>
public interface KeyValueSource<K,T>
extends CacheSource<K,T>
Simple interface to return a value selected by a key object. Cache users
of a read-through cache may choose this simple interface for requesting data
only, rather to use the full blown cache interface.
- Author:
- Jens Wilke; created: 2013-12-17