|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.deli.ProfileCache
This class provides a way of caching profiles. When it retrieves a CC/PP profile, it resolves it to the internal CC/PP data structure and caches it. It indexes these cached profiles using the profile URL.
Field Summary | |
private java.util.Map |
cache
|
Constructor Summary | |
protected |
ProfileCache()
The constructor creates the map used to resolve profile URLs onto cached profile objects. |
Method Summary | |
protected Profile |
get(java.lang.String profileURL)
This method retrieves a profile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Map cache
Constructor Detail |
protected ProfileCache()
Method Detail |
protected Profile get(java.lang.String profileURL) throws java.lang.Exception
profileURL
- The URL of the profile to be retrieved.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |