Interface LoadedPagesMap.KeyPredicate
- Enclosing interface:
- LoadedPagesMap
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface describing a predicate for Key (cache group ID, page ID). Usage of this predicate prevents odd object
creation.
-
Method Summary
-
Method Details
-
test
boolean test(int grpId, int pageId) Predicate body.- Parameters:
grpId- Cache group ID.pageId- Page ID.
-