| Name | Description | Type | Package | Framework |
| CachedObject | Wrapper for an object you want to store in a cache for a period ofVersion:$Id: CachedObject. | Class | org.apache.turbine.services.cache | Apache Turbine |
| GlobalCacheService | GlobalCacheService interface. | Interface | org.apache.turbine.services.cache | Apache Turbine |
| ObjectExpiredException | Exception thrown when an item either does not exist or has expired from the GlobalCache. | Class | org.apache.turbine.services.cache | Apache Turbine |
| Refreshable | This is the interface for objects you want to refresh themselvesVersion:$Id: Refreshable. | Interface | org.apache.turbine.services.cache | Apache Turbine |
| RefreshableCachedObject | The idea of the RefreshableCachedObject is that, rather than removing items from the cache when they become stale, we'll tell them to | Class | org.apache.turbine.services.cache | Apache Turbine |
| TurbineGlobalCache | This is a Facade class for GlobalCacheService. | Class | org.apache.turbine.services.cache | Apache Turbine |
| TurbineGlobalCacheService | This Service functions as a Global Cache. | Class | org.apache.turbine.services.cache | Apache Turbine |