|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hlcl.rql.util.as.PageCache
public class PageCache
| Constructor Summary | |
|---|---|
PageCache(Project project)
Construct a page cache. |
|
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.Object key)
Returns true if this page cache contains a mapping for the specified key. |
Page |
get(java.lang.Object key)
Returns the Page to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key. |
PageArrayList |
getAllPages()
Returns all cached pages. |
void |
put(java.lang.Object key,
Page page)
Associates the specified value with the specified page in this map. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageCache(Project project)
| Method Detail |
|---|
public void put(java.lang.Object key,
Page page)
throws RQLException
key - key with which the specified value is to be associated.page - value to be associated with the specified key.
RQLException
public Page get(java.lang.Object key)
throws RQLException
key - the key whose associated value is to be returned.
RQLExceptionput(Object, Page)public boolean containsKey(java.lang.Object key)
key - The key whose presence in this map is to be tested
public PageArrayList getAllPages()
throws RQLException
PageArrayList
RQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||