Uses of Class
org.exoplatform.container.context.AbstractContext.ThreadLocalData
Packages that use AbstractContext.ThreadLocalData
Package
Description
This package contains all the classes that are related to the Scope Management
-
Uses of AbstractContext.ThreadLocalData in org.exoplatform.container.context
Methods in org.exoplatform.container.context with parameters of type AbstractContext.ThreadLocalDataModifier and TypeMethodDescriptionprotected <T> TAbstractContext.getFromCache(AbstractContext.ThreadLocalData data, String id) Gets the component from the cache if it has already been registeredprotected voidAbstractContext.putInCache(AbstractContext.ThreadLocalData data, String id, Object o) Puts in the cache a given object instance corresponding to the given id