GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.cache.TempCacheReg Class Reference
Collaboration diagram for com.jogamp.common.util.cache.TempCacheReg:

Static Public Member Functions

static boolean isTempFileCacheUsed ()
 
static boolean isTempJarCacheUsed (final boolean forExecutables)
 

Detailed Description

Definition at line 30 of file TempCacheReg.java.

Member Function Documentation

◆ isTempFileCacheUsed()

static boolean com.jogamp.common.util.cache.TempCacheReg.isTempFileCacheUsed ( )
static

Definition at line 31 of file TempCacheReg.java.

Here is the caller graph for this function:

◆ isTempJarCacheUsed()

static boolean com.jogamp.common.util.cache.TempCacheReg.isTempJarCacheUsed ( final boolean  forExecutables)
static
Parameters
forExecutablesif true, method also tests whether TempJarCache's underlying cache is suitable to load native libraries or launch executables
Returns
true if TempJarCache has been properly initialized, ie. is in use. Otherwise returns false.

Definition at line 38 of file TempCacheReg.java.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: