We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Method review:
Sorry, something went wrong.
Also cache NEWS_PARAMETER table
Spring dependencies already included.
Caching manager already defined: https://github.com/uPortal-Project/NewsReaderPortlet/blob/master/src/main/resources/context/applicationContext.xml#L40
Need to add cache annotation scan tag to application context still.
bjagg
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: