Read CRUDCache Repo
open class ReadCRUDCacheRepo<ObjectType, IdType>(parentRepo: ReadCRUDRepo<ObjectType, IdType>, kvCache: KVCache<IdType, ObjectType>, idGetter: (ObjectType) -> IdType) : ReadStandardCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Functions
get By Id
Link copied to clipboard
get By Pagination
Link copied to clipboard
open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard