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 voidcommit()FontMetricsgetFontMetrics(FontKey fontKey)voidputFontMetrics(FontKey key, FontMetrics metrics)
-
-
-
Method Detail
-
getFontMetrics
public FontMetrics getFontMetrics(FontKey fontKey)
- Specified by:
getFontMetricsin interfaceFontCache
-
putFontMetrics
public void putFontMetrics(FontKey key, FontMetrics metrics)
- Specified by:
putFontMetricsin interfaceFontCache
-
-