Page History
...
Property | Description |
---|---|
collector |
|
| Specifies the maximum size of a message to be cached in bytes. This is an optional attribute and its default value is set to unlimited . |
maxSize | Defines the maximum number of elements to be cached. |
| Defines the hash generator class. When caching response messages, a hash value is generated based on the request's URI, transport headers, and the payload (if available). WSO2 has a default If you want to change this default implementation (for example, to exclude certain headers), you can write a new hash generator implementation by extending the |
...