Class Key
- java.lang.Object
-
- org.alfresco.repo.content.caching.Key
-
- All Implemented Interfaces:
Serializable
public class Key extends Object implements Serializable
Multipurpose key so that data can be cached either by content URL or cache file path.- Author:
- Matt Ward
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static KeyforCacheFile(File file)static KeyforCacheFile(String path)static KeyforUrl(String url)inthashCode()
-