public interface CachedEntityMatcher<EntityImpl extends Entity>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param)
Returns true if an entity from the cache should be retained (i.e.
|
boolean isRetained(Collection<EntityImpl> databaseEntities, Collection<CachedEntity> cachedEntities, EntityImpl entity, Object param)
CachedEntityMatcherAdapter, which hides this method.
Note that the databaseEntities collection can be null, in case only the cache is checked.Copyright © 2017 Flowable. All rights reserved.