JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM Truffle Java API Reference
26.0.0-dev
e4577f1d782be2a4f52253ee4f5d6ec24006b836
com.oracle.truffle.api.dsl
Cached
Exclusive
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Cached.Exclusive
Enclosing class:
Cached
@Retention
(
CLASS
)
@Target
({
PARAMETER
,
METHOD
,
TYPE
})
public static @interface
Cached.Exclusive
Disallows any sharing with other cached parameters. The DSL will indicate sharing opportunities to the user by showing a warning.
Since:
19.0