-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cache new LC data after creating new LC updates (#5607)
When creating new LC updates, information about the parent block's post state must be available (cached), but information about current block's post state is not yet required. Caching information about the current block's post state can be delayed, simplifying the LC data collection logic a bit and allowing more future flexibility with the cache design.
- Loading branch information
1 parent
b179cb7
commit d8144c6
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters