Class VirAttrCacheKey
- java.lang.Object
-
- org.apache.syncope.core.provisioning.api.cache.VirAttrCacheKey
-
public class VirAttrCacheKey extends Object
Cache entry key.
-
-
Constructor Summary
Constructors Constructor Description VirAttrCacheKey(String anyType, String any, String schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAny()
String
getAnyType()
String
getSchema()
int
hashCode()
String
toString()
-