public interface ApplicationCache
Modifier and Type | Method and Description |
---|---|
com.atlassian.crowd.model.application.Application |
getApplication(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(String name)
Removes the application with the given name from the cache.
|
com.atlassian.crowd.model.application.Application getApplication(String name)
void putApplication(com.atlassian.crowd.model.application.Application application)
Application.getName()
.void removeApplication(String name)
void removeAll()
Copyright © 2003–2015 Atlassian. All rights reserved.