- Issue created by @fernly
API responses are currently not cached. This means that, when used wrong, an abundance of obsolete API calls could be made to Flexmail.
Repeatedly use the same FlexmailApiManager method, and every time a request will be sent to Flexmail.
get
methods in the FlexmailApiManager class for fast repeated API calls.get
method. Make it configurable in duration where zero is no cache.See proposed solution.
The admin form of the Flexmail module allows to set a cache duration.
None.
None.
Active
2.0
Code