Uses of Interface
solar.module.cache.Cache

Packages that use Cache
solar.module.cache Contains the caching module. 
solar.service.rmtobj Contains the service to monitor the liveness of and communicate with remote objects. 
solar.service.routing Contains the data routing service, currently not used by Solar. 
 

Uses of Cache in solar.module.cache
 

Classes in solar.module.cache that implement Cache
 class BaseCache
          A base implementation of cache interface.
 class RefreshableCache
          Objects in a refreshable cache can be refreshed by adding them again.
 

Uses of Cache in solar.service.rmtobj
 

Fields in solar.service.rmtobj declared as Cache
protected  Cache SolarRemoteObjectService._cache
           
 

Uses of Cache in solar.service.routing
 

Fields in solar.service.routing declared as Cache
protected  Cache ManualRoutingService._nearby
           
protected  Cache ManualRoutingService._remote