Package com.adobe.agl.impl
Interface ICUCache
-
- All Known Implementing Classes:
SimpleCache
public interface ICUCache
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Field Detail
-
SOFT
static final int SOFT
- See Also:
- Constant Field Values
-
WEAK
static final int WEAK
- See Also:
- Constant Field Values
-
NULL
static final java.lang.Object NULL
-
-