Uses of Interface
wt.admin.cache.CacheUpdater

Packages that use CacheUpdater
wt.admin.cache   
 

Uses of CacheUpdater in wt.admin.cache
 

Classes in wt.admin.cache that implement CacheUpdater
private static class AdminDomainCache.CacheUpdaterContainer
          Helper class for calling the methods of CacheUpdater on all the contained instances of CacheUpdater.
(package private)  class DomainHierarchy
          Manages a cache of AdministrativeDomains which is used for navigating domain hierarchies.
 

Fields in wt.admin.cache declared as CacheUpdater
private  CacheUpdater[] AdminDomainCache.CacheUpdaterContainer.caches
           
 

Constructors in wt.admin.cache with parameters of type CacheUpdater
AdminDomainCache.CacheUpdaterContainer(CacheUpdater[] caches)