You can access data that is constant and is rarely changed (for example a product description) without using locks, as it is extremely unlikely that two operations will attempt to update the data at the same time.
In the following example code, the data fundList is read from the remote cache into the local data element icFund and used in the operation: