Uses of Interface
crystalspace.jbind.interfaces.iutil.cache.iCacheManager

Packages that use iCacheManager
crystalspace.jbind.impl.csutil.cache   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.mesh.lighting   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.imesh.lighting   
 

Uses of iCacheManager in crystalspace.jbind.impl.csutil.cache
 

Classes in crystalspace.jbind.impl.csutil.cache that implement iCacheManager
 class csCacheManager
           
 

Uses of iCacheManager in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iCacheManager
 iCacheManager csEngine.getCacheManager()
           
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iCacheManager
 void csEngine.setCacheManager(iCacheManager cache_mgr)
           
 

Uses of iCacheManager in crystalspace.jbind.impl.mesh.lighting
 

Methods in crystalspace.jbind.impl.mesh.lighting with parameters of type iCacheManager
 boolean csLightingInfo.readFromCache(iCacheManager cache_mgr)
           
 boolean csLightingInfo.writeToCache(iCacheManager cache_mgr)
           
 

Uses of iCacheManager in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iCacheManager
 iCacheManager iEngine.getCacheManager()
          Get the cache manager that the engine is currently using.
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iCacheManager
 void iEngine.setCacheManager(iCacheManager cache_mgr)
          Set the cache manager that the engine will use.
 

Uses of iCacheManager in crystalspace.jbind.interfaces.imesh.lighting
 

Methods in crystalspace.jbind.interfaces.imesh.lighting with parameters of type iCacheManager
 boolean iLightingInfo.readFromCache(iCacheManager cache_mgr)
          Read the lighting information from the cache.
 boolean iLightingInfo.writeToCache(iCacheManager cache_mgr)
          Write the lighting information to the cache.