Extension Points defined in Job Cacher Plugin

Table of Contents

Cache

This class provides the Cache extension point that when implemented provides the caching logic for saving files from the executor to the cache storage system and sending them back to the executor.

Note, that Cache is Serializable and all subclasses must conform as well to work with Pipeline plugin</p>

Implementations:

ItemStorage

Extension point for providing a new implementation of item storage that plugins can use to store data associated with an item in whatever storage mechanism the storage implementation provides.

Implementations: