Uses of Class
org.glassfish.web.deployment.runtime.Cache
-
Packages that use Cache Package Description org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime -
-
Uses of Cache in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as Cache Modifier and Type Field Description protected CacheCacheNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return Cache Modifier and Type Method Description CacheCacheNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type Cache Modifier and Type Method Description NodeCacheNode. writeDescriptor(Node parent, String nodeName, Cache descriptor)write the descriptor class to a DOM tree and return it -
Uses of Cache in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return Cache Modifier and Type Method Description CacheSunWebAppImpl. getCache()Methods in org.glassfish.web.deployment.runtime with parameters of type Cache Modifier and Type Method Description voidSunWebAppImpl. setCache(Cache value)
-