Uses of Class
facets.util.app.ProvidingCache

Packages that use ProvidingCache
facets.facet Surface building. 
facets.util.app Non-Superficial types for application management. 
 

Uses of ProvidingCache in facets.facet
 

Methods in facets.facet that return ProvidingCache
 ProvidingCache FacetFactory.providingCache()
           
 

Methods in facets.facet with parameters of type ProvidingCache
 void FacetFactory.setAppProvidingCache(ProvidingCache cache)
           
 

Uses of ProvidingCache in facets.util.app
 

Methods in facets.util.app that return ProvidingCache
 ProvidingCache MemoryChecks.newMemoryCache(AppWatcher watcher)
           
 

Methods in facets.util.app with parameters of type ProvidingCache
 void AppServices.setAppProvidingCache(ProvidingCache cache)
           
 

Constructors in facets.util.app with parameters of type ProvidingCache
ProvidingCache.ItemProvider(ProvidingCache c, java.lang.Object source, java.lang.String title)