com.northconcepts.datapipeline.transform.lookup
Class CachedLookup

java.lang.Object
  extended by com.northconcepts.datapipeline.transform.lookup.Lookup
      extended by com.northconcepts.datapipeline.transform.lookup.ProxyLookup
          extended by com.northconcepts.datapipeline.transform.lookup.CachedLookup

public class CachedLookup
extends ProxyLookup


Constructor Summary
CachedLookup(Lookup nestedLookup)
           
 
Method Summary
 void clear()
           
 RecordList get(Object... args)
           
 
Methods inherited from class com.northconcepts.datapipeline.transform.lookup.ProxyLookup
getNestedLookup, setNestedLookup
 
Methods inherited from class com.northconcepts.datapipeline.transform.lookup.Lookup
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedLookup

public CachedLookup(Lookup nestedLookup)
Method Detail

clear

public void clear()

get

public RecordList get(Object... args)
Overrides:
get in class ProxyLookup


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.