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 TypeClassDescriptionclass
The default file cache implementation that performs no caching at all.class
The file cache implementation uses the standardWeakHashMap
as the storage mechanism.Methods in org.xj3d.impl.core.loading that return FileCacheModifier and TypeMethodDescriptionprotected abstract FileCache
AbstractLoadManager.getCache()
Request to fetch the cache used by the derived loadConstantsType.protected FileCache
DefaultLoadManager.getCache()
Request to fetch the cache used by the derived type.protected FileCache
MemCacheLoadManager.getCache()
Request to fetch the cache used by the derived type.Constructors in org.xj3d.impl.core.loading with parameters of type FileCache