Uses of Interface
org.xj3d.core.loading.FileCache
Packages that use FileCache
-
Uses of FileCache in org.xj3d.impl.core.loading
Classes in org.xj3d.impl.core.loading that implement FileCacheModifier and TypeClassDescriptionclassThe default file cache implementation that performs no caching at all.classThe file cache implementation uses the standardWeakHashMapas the storage mechanism.Methods in org.xj3d.impl.core.loading that return FileCacheModifier and TypeMethodDescriptionprotected abstract FileCacheAbstractLoadManager.getCache()Request to fetch the cache used by the derived loadConstantsType.protected FileCacheDefaultLoadManager.getCache()Request to fetch the cache used by the derived type.protected FileCacheMemCacheLoadManager.getCache()Request to fetch the cache used by the derived type.Constructors in org.xj3d.impl.core.loading with parameters of type FileCache