Class LeastFrequentlyUsedCache
java.lang.Object
org.pentaho.reporting.libraries.fonts.cache.LeastFrequentlyUsedCache
- All Implemented Interfaces:
 FontCache
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()getFontMetrics(FontKey fontKey) voidputFontMetrics(FontKey key, FontMetrics metrics)  
- 
Constructor Details
- 
LeastFrequentlyUsedCache
public LeastFrequentlyUsedCache(int cacheSize)  
 - 
 - 
Method Details
- 
getFontMetrics
- Specified by:
 getFontMetricsin interfaceFontCache
 - 
putFontMetrics
- Specified by:
 putFontMetricsin interfaceFontCache
 - 
commit
public void commit() 
 -