Cached Operations

The Cached Operation pattern allows the developer to cache SQL operations in the generated entity layer class. The generator uses a caching pattern to implement and manage the cache. The operation must be a SQL operation on the entity. This is because the entity class is generated so it is not possible to implement business logic within it.