Package net.officefloor.cache
Interface Cache<K,V>
public interface Cache<K,V>
Common cache interface.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
get
Obtains the value for the key.- Parameters:
key- Key of cached value.- Returns:
- Value or
nullif no value available for key.
-