_ArbWasmCache
| Method | Solidity interface | Go implementation | Description |
|---|---|---|---|
isCacheManager() | Interface | Implementation | See if the user is a cache manager owner. |
allCacheManagers() | Interface | Implementation | Retrieve all authorized address managers. |
cacheCodehash() | Interface | Implementation | Deprecated: replaced with CacheProgram. |
cacheProgram() | Interface | Implementation | Caches all programs with a codehash equal to the given address. Caller must be a cache manager or chain owner. |
evictCodehash() | Interface | Implementation | Evicts all programs with the given codehash. Caller must be a cache manager or chain owner. |
codehashIsCached() | Interface | Implementation | Gets whether a program is cached. Note that the program may be expired. |
| Event | Solidity interface | Go implementation | Description |
|---|---|---|---|
UpdateProgramCache | Interface | Implementation | Emitted when caching a WASM program |