All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openhtmltopdf.extend.FSCacheValue Maven / Gradle / Ivy

Go to download

Open HTML to PDF is a CSS 2.1 renderer written in Java. This artifact contains the core rendering and layout code.

There is a newer version: 1.1.4
Show newest version
package com.openhtmltopdf.extend;

/**
 * Note: Classes implementing this interface should be thread safe as we document the cache being useable accross threads.
 */
public interface FSCacheValue {
    /**
     * @return the (very) approximate weight of a cache value in bytes if known or -1 otherwise.
     */
    public int weight();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy