| Interface | Description | 
|---|---|
| CacheManagerProviderService | Special service that services can depend onto to be able to recover the instance of the current  CacheManager | 
| DiskResourceService | Resource service handling file level operations for disk tiers. | 
| ExecutionService | Configuration of ExecutionService defines named pools of threads. | 
| FileBasedPersistenceContext | A file based persistence context as returned by the  LocalPersistenceService. | 
| LocalPersistenceService | Service that provides isolated persistence spaces to any service that requires it
 under the local root directory. | 
| LocalPersistenceService.SafeSpaceIdentifier | Identifier to the logical safe space | 
| ServiceFactory<T extends Service> | A factory abstraction that can create  Serviceinstances. | 
| StatisticsService | Service providing raw statistics for cache and tier usage. | 
| Class | Description | 
|---|---|
| ServiceUtils | Helper class to find a service or service configuration matching the wanted type. | 
| Annotation Type | Description | 
|---|---|
| ServiceFactory.RequiresConfiguration | 
Service related types.