()
| 1689 | } |
| 1690 | |
| 1691 | @Override |
| 1692 | public String toString() { |
| 1693 | return getClass().getSimpleName() + "[excludedResponseStatusCode=[" + |
| 1694 | intsToCommaDelimitedString(this.excludedResponseStatusCodes) + "], default=" + |
| 1695 | this.defaultExpiresConfiguration + ", byType=" + this.expiresConfigurationByContentType + "]"; |
| 1696 | } |
| 1697 | } |
no test coverage detected