Package org.xj3d.impl.core.loading
Class DefaultFileCache
java.lang.Object
org.xj3d.impl.core.loading.DefaultFileCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Store the item in the cache.checkForFile
(String uri) Check the cache for the file nominated by this URI string.
-
Constructor Details
-
DefaultFileCache
public DefaultFileCache()
-
-
Method Details
-
checkForFile
Check the cache for the file nominated by this URI string. Always returns null.- Specified by:
checkForFile
in interfaceFileCache
- Parameters:
uri
- The uri to check for- Returns:
- The details of the item in cache or null
-
cacheFile
Store the item in the cache. Request is ignored
-