Class LeastFrequentlyUsedCache
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.cache.LeastFrequentlyUsedCache
-
-
Constructor Summary
Constructors Constructor Description LeastFrequentlyUsedCache(int cacheSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit()
FontMetrics
getFontMetrics(FontKey fontKey)
void
putFontMetrics(FontKey key, FontMetrics metrics)
-
-
-
Method Detail
-
getFontMetrics
public FontMetrics getFontMetrics(FontKey fontKey)
- Specified by:
getFontMetrics
in interfaceFontCache
-
putFontMetrics
public void putFontMetrics(FontKey key, FontMetrics metrics)
- Specified by:
putFontMetrics
in interfaceFontCache
-
-