Bug 477157 - Introduce IBodyCache#putAll method
Summary: Introduce IBodyCache#putAll method
Status: RESOLVED FIXED
Alias: None
Product: Handly
Classification: Technology
Component: Core (show other bugs)
Version: 0.4   Edit
Hardware: All All
: P3 enhancement
Target Milestone: 0.4   Edit
Assignee: Vladimir Piskarev CLA
QA Contact:
URL:
Whiteboard: breakingchange
Keywords: api
Depends on:
Blocks:
 
Reported: 2015-09-11 05:54 EDT by Vladimir Piskarev CLA
Modified: 2015-09-11 05:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Piskarev CLA 2015-09-11 05:54:56 EDT
JDT's JavaModelManager#putInfos shows that a model implementation may need to control the order in which the given elements are put into the cache. By introducing IBodyCache#putAll method, we will allow for implementation-specific control and optimization of the bulk operation.