java.lang.Object
Model.gameClasses.LFU
- All Implemented Interfaces:
CacheReplacementPolicy
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LFU
public LFU()
-
-
Method Details
-
add
- Specified by:
addin interfaceCacheReplacementPolicy- Parameters:
word- add a word to the LFU cache
-
remove
- Specified by:
removein interfaceCacheReplacementPolicy- Returns:
- the string that has been removed from the cache
-