Saturday, June 28, 2008

How to clear the uup cache in BEA Portal 10.2?

if(CacheFactory.cacheExists(cacheName))
{
CacheFactory.flush( cacheName, keyToFlush );
// cluster-wide flush

System.out.println("Cache "+ cacheName + ":"+keyToFlush+" flushed");
}

Tuesday, June 24, 2008

Monitor Windows XP Performance

Start --> Run --> perfmon