If you use RCacheOperation, you can access data from the cache without writing any code.
In the following example, the operation reads data from the cache, located by using a key from the current context, and stores the data in the local element quota:
1 Define the operation with RCacheOperation (or its descendants) as implClass, see class RCacheOperation.
Note You can control the write and/or delete behaviors with the return value of this method.
2 Define the cache operation (read, write, or delete) by using the parameters (remoteCache and remoteKey) of the related data element.