Skip to content

Add caching to database calls #125

Description

@bjagg

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions