org.objectweb.jac.aspects.cache
Class MethodCache

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.objectweb.jac.aspects.cache.MethodCache
All Implemented Interfaces:
Cloneable, Map, Serializable

public class MethodCache
extends Hashtable

See Also:
Serialized Form

Nested Class Summary
static class MethodCache.Entry
           
 
Constructor Summary
MethodCache(Timestamps stamps)
           
 
Method Summary
 MethodCache.Entry getEntry(ObjectArray args, int[] ignoredArgs)
           
 void putEntry(ObjectArray args, Object value)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCache

public MethodCache(Timestamps stamps)
Method Detail

getEntry

public MethodCache.Entry getEntry(ObjectArray args,
                                  int[] ignoredArgs)

putEntry

public void putEntry(ObjectArray args,
                     Object value)