Hi folks, is there a way to exclude certain mocks/templates from being cached in wiremock standalone? Most of my mocks are relatively static and can be cached, but some of my mocks rely on a “now” timestamp, which blows up my cache, and results in an out of memory error (using pre 3.7.0 version). Sure, I can set the max template cache to 1000 entries, but all of them will be very quickly filled by the mock that uses a “now” timestamp, and I’d rather exclude that from being cached entirely, if that’s possible.
Is it possible?