| Name | Description | Type | Package | Framework |
| Cache | Cache interface. | Interface | com.microstrategy.utils.cache | MicroStrategy |
| CacheBase | Base class for caches. | Class | com.microstrategy.utils.cache | MicroStrategy |
| CacheException | Class | com.microstrategy.utils.cache | MicroStrategy | |
| CacheHint | Every item stored in the cache is keyed by a CacheHint. | Interface | com.microstrategy.utils.cache | MicroStrategy |
| CacheRegistry | Singleton CacheRegistry class keeps track of all cachesSince:MicroStrategy Web 7. | Class | com.microstrategy.utils.cache | MicroStrategy |
| CustomizationsAwareCache | This is an abstract base class for those Caches whose content can be affected by a customization. | Class | com.microstrategy.utils.cache | MicroStrategy |
| FileCacheBase | The FileCacheBase is the base class for cached objects that depend on a single file, that is, the file they depend on cannot be customized through the plug-ins infrastructure, | Class | com.microstrategy.utils.cache | MicroStrategy |
| PropertiesCache | Class | com.microstrategy.utils.cache | MicroStrategy | |
| ResourceBundleCache | Class | com.microstrategy.utils.cache | MicroStrategy | |
| SimpleHint | SimpleHint is an implementation of the CacheHint interface. | Class | com.microstrategy.utils.cache | MicroStrategy |