org.activemath.webapp.util.cache
Class CacheRegistry

java.lang.Object
  extended by org.activemath.webapp.util.cache.CacheRegistry

public class CacheRegistry
extends Object

Describe me!


Method Summary
 CacheControl getCache(String id)
           
 Map getCaches()
           
static CacheRegistry getInstance()
           
 void register(String id, CacheControl cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CacheRegistry getInstance()

register

public void register(String id,
                     CacheControl cache)

getCache

public CacheControl getCache(String id)

getCaches

public Map getCaches()