Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Cache Service Loading
-
Labels:None
-
Number of attachments :
Description
For large documents it could be useful to allow the user to specify a callback that is used while loading/creating the element. Instead of loading/creating the entire value before returning from get.
The user would probably specify a per-request datainput/inputstream inspired callback whose methods could be called whenever new data was fetched.
We probably should get some decent real life examples before spending time on this