JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
GraalVM Truffle Java API Reference
25.0.0-dev
6713c5624ec6c73a39e0885792a78c1a74b356f5
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