Uses of Package
solar.module.cache

Packages that use solar.module.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. 
 

Classes in solar.module.cache used by solar.module.cache
BaseCache
          A base implementation of cache interface.
Cache
          Interface for a cache.
Cache.CacheListener
          Interface for receiving cache events.
CacheConstants
          Constants used by cache service.
CachedObject
          A container class for the object in the cache.
CacheException
          A generic exception thrown by cache module.
 

Classes in solar.module.cache used by solar.service.rmtobj
Cache
          Interface for a cache.
Cache.CacheListener
          Interface for receiving cache events.
CachedObject
          A container class for the object in the cache.
 

Classes in solar.module.cache used by solar.service.routing
Cache
          Interface for a cache.
Cache.CacheListener
          Interface for receiving cache events.
CachedObject
          A container class for the object in the cache.