-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to standard tools for in-memory contract object cache
Transition from very simple cache for contract objects to a more standard cache implementation from cachetools. The transition enables both more functionality (explicit client control of when the cache is flushed) and better behavior (automatic flushing of older contract objects). Several other clean ups of imports and other unused variables. Signed-off-by: Mic Bowman <[email protected]>
- Loading branch information
1 parent
5fa37a1
commit da7fddb
Showing
3 changed files
with
36 additions
and
27 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
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
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