Home


Caching the business logic

Business logic is implemented as a controller command that extends the cacheable command, so you create a command caching policy to cache business logic. Of course, the business logic must be cacheable and the command implementation must implement the appropriate caching hooks.

In many cases business logic is used to update data. In these cases try to bypass the business logic and call the JSP directly to build the response.

+

Search Tips   |   Advanced Search