Package com.broadleafcommerce.menu.cache
Class MenuCacheProperties
- java.lang.Object
-
- com.broadleafcommerce.menu.cache.MenuCacheProperties
-
@ConfigurationProperties("broadleaf.menu.cache") public class MenuCacheProperties extends Object
Properties that influence cache settings for the menu service- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description MenuCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Duration
getByMenuTtl()
int
hashCode()
void
setByMenuTtl(Duration byMenuTtl)
String
toString()
-