What are the ToDo's to be followed inorder to cache the DTO in the clustered environment.
For example:
I need to cache the some data when the application starts up and need to use that till the server is shut down.
Note: DTO is the Value Object - Plain
Java Bean with attributes and public set and get methods.