|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICache
This interface defines cache related callbacks.
| Method Summary | |
|---|---|
void |
add(ICachable cachable)
Add a component. |
void |
clear()
Clear the cache. |
void |
delete()
Delete the cache. |
java.util.Enumeration |
elements()
Retrieve an enumeration on all added components. |
void |
wake(ICachable cachable)
Notify to wake a component. |
| Methods inherited from interface palmed.io.ISerializable |
|---|
marshall, unmarshall |
| Method Detail |
|---|
void add(ICachable cachable)
cachable - the componentvoid wake(ICachable cachable)
cachable - the componentjava.util.Enumeration elements()
void clear()
void delete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||