Uses of Record Class
net.jrodolfo.java_evolution.java26.aot_object_caching.AotObjectCachingExamples.CommandResult
Packages that use AotObjectCachingExamples.CommandResult
Package
Description
Executable child-JVM example for Java 26 ahead-of-time object caching with
any garbage collector.
-
Uses of AotObjectCachingExamples.CommandResult in net.jrodolfo.java_evolution.java26.aot_object_caching
Methods in net.jrodolfo.java_evolution.java26.aot_object_caching that return AotObjectCachingExamples.CommandResultModifier and TypeMethodDescriptionAotObjectCachingExamples.AotObjectCachingWorkflowResult.cacheCreation()Returns the value of thecacheCreationrecord component.AotObjectCachingExamples.AotObjectCachingWorkflowResult.cacheUsage()Returns the value of thecacheUsagerecord component.Constructors in net.jrodolfo.java_evolution.java26.aot_object_caching with parameters of type AotObjectCachingExamples.CommandResultModifierConstructorDescriptionAotObjectCachingWorkflowResult(Path sourceFile, Path cacheFile, long cacheSize, AotObjectCachingExamples.CommandResult cacheCreation, AotObjectCachingExamples.CommandResult cacheUsage) Creates an instance of aAotObjectCachingWorkflowResultrecord class.