}
}
protected void clearUniqueFindersCache(
LFRollupContribution lfRollupContribution) {
LFRollupContributionModelImpl lfRollupContributionModelImpl = (LFRollupContributionModelImpl) lfRollupContribution;
Object[] args = new Object[] { lfRollupContribution.getSequencingID() };
FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_SEQUENCINGID, args);
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_SEQUENCINGID, args);
if ((lfRollupContributionModelImpl.getColumnBitmask() &
FINDER_PATH_FETCH_BY_SEQUENCINGID.getColumnBitmask()) != 0) {
args = new Object[] {
lfRollupContributionModelImpl.getOriginalSequencingID()
};
FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_SEQUENCINGID, args);
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_SEQUENCINGID, args);
}