Package org.nuxeo.ecm.core.convert.cache
Class CacheKeyGenerator
- java.lang.Object
-
- org.nuxeo.ecm.core.convert.cache.CacheKeyGenerator
-
public class CacheKeyGenerator extends Object
Simple helper to handle cache key generation.- Author:
- tiry
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
computeKey(String converterName, BlobHolder blobHolder, Map<String,Serializable> parameters)
-
-
-
Method Detail
-
computeKey
public static String computeKey(String converterName, BlobHolder blobHolder, Map<String,Serializable> parameters)
-
-