Method Summary |
|
public String | getCacheStatisticAsString() Create cache-statistic in special format. |
public Document | getCacheStatisticAsXML() Create cache-statistic in XML-format. |
public static SPCacheStatistic | getInstance() Get the one and only instance. |
public void | 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. |
public static void | reset() |