CachedOperation Node (Optional)

The CachedOperation node allows the developer to specify a database read operation to be cached by the application. The developer is required to provide the name of the operation to be cached, the name of the database read operation and the fully qualified name of the return struct

Table 1. CachedOperation Node Attributes
Attribute Mandatory Possible Values Description
operationName Yes Any sensible operation name The name of the cached operation.
databaseRead Yes The name of the SQL entity read to be cached. The name of the SQL entity read to be cached.
returnType Yes The qualified name of the struct that is returned by the entity read. The qualified name of the struct that is returned by the entity read.