|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.wsrp.MarkupCache
A cache for portlet markup.
Constructor Summary | |
MarkupCache()
|
Method Summary | |
MarkupWrapper |
get(java.lang.String key,
java.lang.String userScope)
Retrieve a MarkupWrapper from the cache |
void |
put(java.lang.String key,
MarkupWrapper markupWrapper)
Add a MarkupWrapper into the cache. |
void |
remove(java.lang.String key,
java.lang.String userScope)
Removes a MarkupWrapper entry from the cache. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkupCache()
Method Detail |
public void put(java.lang.String key, MarkupWrapper markupWrapper)
key
- the cache keymarkupWrapper
- the wrapped markuppublic MarkupWrapper get(java.lang.String key, java.lang.String userScope)
key
- the cache keyuserScope
- the user scope
public void remove(java.lang.String key, java.lang.String userScope)
key
- the cache keyuserScope
- the user scope
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |