Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Cake Retired
-
Labels:None
-
Number of attachments :
Description
Additional Attributes when instantiating CacheLoadingService
- Logger : Specify a logger that can be used to trace all load events
- Synchronous : Await load done. Could be useful if
- Priority : Should probably be implemented at CacheLoader level, or we would need a CLC#enablePrioritizedLoading(). which would setup a cache with some kind of PQ.
- Runnables interfaces, that can be intercepted.