Package com.openhtmltopdf.extend
Interface FSCacheValue
- All Known Implementing Classes:
PdfBoxRawPDFontMetrics
public interface FSCacheValue
Note: Classes implementing this interface should be thread safe as we document the cache being useable accross threads.
-
Method Summary
-
Method Details
-
weight
int weight()- Returns:
- the (very) approximate weight of a cache value in bytes if known or -1 otherwise.
-