public class EntityCacheRegion extends Object
DTO for communicating the type that should be invalidated in the region
An example would be to construct an invalidation event for SkuImpl in the blProducts region
protected String
region
type
EntityCacheRegion(String region, String type)
boolean
equals(Object obj)
String
getRegion()
getType()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected String region
protected String type
public EntityCacheRegion(String region, String type)
public String getRegion()
public String getType()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
Copyright © 2019. All rights reserved.