qaware / collection-cacheable-for-spring

Spring cache extension for putting a whole collection of entities as single cache items
Apache License 2.0
58 stars 9 forks source link

findAll() include spring pageable #35

Open markkellygongio opened 1 year ago

markkellygongio commented 1 year ago

Im getting list(org.springframework.data.domain.Pageable)'. Did not find exactly one Collection-like argument.

Could we include the org.springframework.data.domain.Pageable to have the same functionality as findAll().

thanks

neiser commented 1 year ago

Hi @markkellygongio without having looked into it in detail, I'd say we can support this. I can't promise anything except having a look at a PR though :smile: