public final class ContextCacheManagerImpl extends Object implements ContextCacheManager
| Constructor and Description |
|---|
ContextCacheManagerImpl(ContextCachePlugin contextCachePlugin)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
KActionContext |
get(String key)
Cette methode rend l'objet désigne par le contexte et le handle donnée en entrée.
|
void |
put(KActionContext context)
Ajoute Objet dans le cache.
|
@Inject public ContextCacheManagerImpl(ContextCachePlugin contextCachePlugin)
contextCachePlugin - Plugin de gestion du cachepublic void put(KActionContext context)
put in interface ContextCacheManagercontext - Context à insérerpublic KActionContext get(String key)
get in interface ContextCacheManagerkey - Clé de l'objet à récupérerCopyright © 2015. All Rights Reserved.