I need to cache a database into an array using Java, what is the best way to do this?
I need this array to refresh every 5 minutes and I need to be able to query the array.
I'm looking to use two arrays and Some form of DAO DTO implementation.
Are there any set frameworks for this?