public class ConversionCacheHolder extends Object
ConversionService
.Modifier and Type | Field and Description |
---|---|
static long |
cacheHits |
static int |
nbSubPathPart |
static int |
subPathPartSize |
Modifier and Type | Method and Description |
---|---|
static void |
addToCache(String key,
BlobHolder result) |
static void |
deleteCache() |
static ConversionCacheEntry |
getCacheEntry(String key) |
static long |
getCacheHits() |
static Set<String> |
getCacheKeys() |
static BlobHolder |
getFromCache(String key) |
static int |
getNbCacheEntries() |
static void |
removeFromCache(String key) |
public static int nbSubPathPart
public static int subPathPartSize
public static long cacheHits
public static long getCacheHits()
public static int getNbCacheEntries()
public static void addToCache(String key, BlobHolder result)
public static void removeFromCache(String key)
public static ConversionCacheEntry getCacheEntry(String key)
public static BlobHolder getFromCache(String key)
public static void deleteCache()
Copyright © 2015 Nuxeo SA. All rights reserved.