Class VersionCacheFactory
- java.lang.Object
-
- com.thebuzzmedia.exiftool.core.cache.VersionCacheFactory
-
public final class VersionCacheFactory extends Object
VersionCache
factory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VersionCache
newCache()
Create new cache for exiftool version.
-
-
-
Method Detail
-
newCache
public static VersionCache newCache()
Create new cache for exiftool version.- Returns:
- New instance of
VersionCache
.
-
-