mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 18:14:51 +02:00
In a volatility object, we can use our own internal _vol variable to expose values externally, or just for us to cache. It will override preexisting values though, so when used as a cache, best to make its key long and unique as possible.