org.drools.guvnor.server.cache
Class RuleBaseCache

java.lang.Object
  extended by org.drools.guvnor.server.cache.RuleBaseCache

public class RuleBaseCache
extends Object


Method Summary
 void clearCache()
           
 boolean contains(String uuid)
           
 org.drools.RuleBase get(String uuid)
           
static RuleBaseCache getInstance()
           
 void put(String uuid, org.drools.RuleBase ruleBase)
           
 void remove(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RuleBaseCache getInstance()

put

public void put(String uuid,
                org.drools.RuleBase ruleBase)

remove

public void remove(String uuid)

clearCache

public void clearCache()

get

public org.drools.RuleBase get(String uuid)

contains

public boolean contains(String uuid)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.