Package com.adobe.agl.impl
Class SimpleCache
- java.lang.Object
-
- com.adobe.agl.impl.SimpleCache
-
-
Constructor Summary
Constructors Constructor Description SimpleCache()
SimpleCache(int cacheType)
SimpleCache(int cacheType, int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.lang.Object
get(java.lang.Object key)
void
put(java.lang.Object key, java.lang.Object value)
-