Interface ContentStore<S,SID extends Serializable>

All Superinterfaces:
AssociativeStore<S,SID>, Store<SID>, Store<SID>
All Known Implementing Classes:
StoreImpl

public interface ContentStore<S,SID extends Serializable> extends AssociativeStore<S,SID>