Problem:
There is no caching for database calls. News Reader data is ideal with few updates and lots of reads.
Solution:
Add caching to HibernateNewsStore.java for the following:
- NewsConfiguration (x3)
- NewsSet
- NewsDefinition (x3)
There are several getters and the classes form a heirarchy: configuration > set > definition.
Some time will be needed to sort the caching strategy.
Problem:
There is no caching for database calls. News Reader data is ideal with few updates and lots of reads.
Solution:
Add caching to HibernateNewsStore.java for the following:
There are several getters and the classes form a heirarchy: configuration > set > definition.
Some time will be needed to sort the caching strategy.