Home
last modified time | relevance | path

Searched refs:xmpFileKey (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/model/
H A DImageDatum.java626 String xmpFileKey = getXmpKey(); in writeMetadataCache() local
628 out = new ObjectOutputStream(cache.putToStream(xmpFileKey)); in writeMetadataCache()
699 String xmpFileKey = getXmpKey(); in readMetadataCache() local
700 if (cache.contains(xmpFileKey)) { in readMetadataCache()
703 InputStream in = cache.getStreamFor(xmpFileKey); in readMetadataCache()
813 String xmpFileKey = getXmpKey(); in clearMetadataCache() local
814 if (cache.contains(xmpFileKey)) { in clearMetadataCache()
816 cache.remove(xmpFileKey); in clearMetadataCache()