Package com.thebuzzmedia.exiftool
Interface VersionCache
public interface VersionCache
Parse
exiftool
version and put it in a cache.-
Method Summary
-
Method Details
-
load
Executeexiftool
using givenexecutor
to get version ofexiftool
executable and put results in a cache.- Parameters:
exifTool
- Path ofexiftool
executable.executor
- Executor used to executeexiftool
command.- Returns:
- Version,
null
if 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.
-