Interface AssetStore

All Superinterfaces:
StorageUsage
All Known Subinterfaces:
RemoteAssetStore
All Known Implementing Classes:
AbstractFileSystemAssetStore, AwsAbstractArchive, AwsS3AssetStore, OsgiFileSystemAssetStore

public interface AssetStore extends StorageUsage
Versioned storage for binary resources.

The ElementStore is designed to be as simple as possible, so that it must not have any additional logic or persistent storage of metadata.