Interface CachedContext
-
- All Known Implementing Classes:
DefaultConfigurationCache.CachedContextImpl
public interface CachedContextInterface forContextthat is wrapped and cached.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetOriginal()Gets an original context that was wrapped and cached
-
-
-
Method Detail
-
getOriginal
Context getOriginal()
Gets an original context that was wrapped and cached- Returns:
- original context
-
-