Interface Cache
- All Known Implementing Classes:
SoftReferenceCache
public interface Cache
-
Method Summary
-
Method Details
-
put
-
get
-
clear
void clear()Removes all mappings from a map (optional operation).- Throws:
UnsupportedOperationException- ifclear()is not supported by the map.
-
remove
-