Hi, How to update cache . My cache object contains 3 fields.Sub,Mark,Result Here Sub is key, I want to update Result using Sub and Mark. (E.g)At first cache has, Sub = Maths, Mark = 40, Result = Fail Now i will update Result as 'Pass'. There are list of records in cache. I want to update result for this sub and mark only.How can i achieve this? Please resolve my problem.
Here is my code..