2020-04-24

Hibernate JPA @Cache annotation Example

@Cache

The @Cache annotation is used to specify the CacheConcurrencyStrategy of a root entity or a collection.

Cache Add caching strategy to a root entity or a collection.

No comments:

Post a Comment