I want write a class which is use to cache xml and properties file for certain interval and cache should be updated in next same request if there ll be any change in source.
so can any one tell me how to achieve this?
|
I want write a class which is use to cache xml and properties file for certain interval and cache should be updated in next same request if there ll be any change in source. so can any one tell me how to achieve this? |
|||
|
|
|
Create class that parses data and exposes interface to get the data.
Let's call the method |
|||
|
|