Package com.thebuzzmedia.exiftool
Interface VersionCache
public interface VersionCache
Parse
exiftool version and put it in a cache.-
Method Summary
-
Method Details
-
load
Executeexiftoolusing givenexecutorto get version ofexiftoolexecutable and put results in a cache.- Parameters:
exifTool- Path ofexiftoolexecutable.executor- Executor used to executeexiftoolcommand.- Returns:
- Version,
nullif version cannot be parsed.
-
size
long size()Get current size of cache (a.k.a number of entries).- Returns:
- Cache Size.
-
clear
void clear()Invalidate all entries.
-