|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationCache
Caches Embedded Crowd Application objects by name to avoid frequent retrieval from the database.
| Method Summary | |
|---|---|
com.atlassian.crowd.model.application.Application |
getApplication(java.lang.String name)
Returns the cached application with the given name, or null if the application isn't cached. |
void |
putApplication(com.atlassian.crowd.model.application.Application application)
Caches the application against its name, as returned by Application.getName(). |
void |
removeAll()
Removes all entries from the cache. |
void |
removeApplication(java.lang.String name)
Removes the application with the given name from the cache. |
| Method Detail |
|---|
com.atlassian.crowd.model.application.Application getApplication(java.lang.String name)
void putApplication(com.atlassian.crowd.model.application.Application application)
Application.getName().
void removeApplication(java.lang.String name)
void removeAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||