omnifaces / omnipersistence

Utilities for JPA, JDBC and DataSources
Other
31 stars 12 forks source link

Cacheable find/list/etc #24

Open Edubits opened 5 years ago

Edubits commented 5 years ago

Queries using Page have an option to be cached, queries executed through find/list/etc methods are not. It would be useful to give them the option to cache as well. Perhaps use a similar mechanism as onPage()?