Class MenuCacheInvalidationRemoteEvent
java.lang.Object
com.broadleafcommerce.menu.service.messaging.cache.MenuCacheInvalidationRemoteEvent
- All Implemented Interfaces:
Serializable
Contains information about the changed entity for which the cache should be invalidated.
- Since:
- Menu Service 2.0.3, Release Train 2.1.4, Release Train 2.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()This field contains the content entity name if available, for exampleMenu.getName().getType()The entity type.inthashCode()voidThis field contains the content entity name if available, for exampleMenu.getName().toString()
-
Constructor Details
-
MenuCacheInvalidationRemoteEvent
-
-
Method Details
-
getType
The entity type. -
getName
This field contains the content entity name if available, for exampleMenu.getName(). -
setName
This field contains the content entity name if available, for exampleMenu.getName(). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-