Class NotificationCacheProperties
java.lang.Object
com.broadleafcommerce.notification.service.cache.NotificationCacheProperties
@ConfigurationProperties("broadleaf.notification.cache")
public class NotificationCacheProperties
extends Object
Properties that influence cache settings for the notification service
- Author:
- Sunny Yu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time-to-live for resolving an application by its id.int
hashCode()
void
setApplicationByApplicationIdTtl
(Duration applicationByApplicationIdTtl) Time-to-live for resolving an application by its id.toString()
-
Constructor Details
-
NotificationCacheProperties
public NotificationCacheProperties()
-
-
Method Details
-
getApplicationByApplicationIdTtl
Time-to-live for resolving an application by its id. -
setApplicationByApplicationIdTtl
Time-to-live for resolving an application by its id. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-