net.sf.csutils.groovy.policy
Class PolicyDataCache

java.lang.Object
  extended by net.sf.csutils.groovy.policy.PolicyDataCache

public class PolicyDataCache
extends Object


Constructor Summary
PolicyDataCache()
           
 
Method Summary
static Object get(Object pKey)
           
static Object get(String pKey)
           
static void put(Object pKey, Object pValue)
           
static void put(String pKey, Object pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyDataCache

public PolicyDataCache()
Method Detail

get

public static Object get(Object pKey)

put

public static void put(Object pKey,
                       Object pValue)

get

public static Object get(String pKey)

put

public static void put(String pKey,
                       Object pValue)


Copyright © 2009-2010. All Rights Reserved.