Skip to main content

_ArbWasmCache

MethodSolidity interfaceGo implementationDescription
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.
EventSolidity interfaceGo implementationDescription
UpdateProgramCache

Interface

Implementation

Emitted when caching a WASM program