Class managing information on the hits
and misses in the SPCache. Currently it
is used by TargetImpl to register
cache hits and misses.
author: Joerg Haecker
init(Properties props) Retrieve information which maps the config file
of an TargetGenerator to a product name and get the
needed properties supplied by FactoryInit.
public void
registerCacheHit(Target target) This is called from outside (TargetImpl) to
register a cache hit.
public void
registerCacheMiss(Target target) This is called from outside (TargetImpl) to
register a cache miss.
Retrieve information which maps the config file
of an TargetGenerator to a product name and get the
needed properties supplied by FactoryInit.
throws: XMLException - if properties are not sensible. See Also: de.schlund.util.FactoryInit.init(java.util.Properties)