Uses of Interface
fc.util.cache.Cache

Packages that use Cache
fc.util.cache   
fc.web.servlet   
 

Uses of Cache in fc.util.cache
 

Classes in fc.util.cache that implement Cache
 class MemoryCache
          Memory resident cache of objects.
 

Uses of Cache in fc.web.servlet
 

Methods in fc.web.servlet that return Cache
 Cache WebApp.getDBCache()
          Convenience method to get the pre-created application cache.