SimpleCache.removeAll

class SimpleCache(T, string idMember = "id", size_t limit = size_t.max)
@safe
IDType[]
removeAll
(
IDType[] ids
)

Return Value

Type: IDType[]

the IDs which could not been found

Meta