toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
CacheableRule
Cacheable
Rule
API
@
Documented
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Target
(
value
=
[
ElementType.TYPE
]
)
annotation class
CacheableRule
(
source
)
Declares a rule eligible for caching.
Since
4.9
Members
Functions
annotation
Type
Link copied to clipboard
API
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
API
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
abstract
fun
toString
(
)
:
String