Package org.cache2k.config
Interface SingleFeature
-
- All Superinterfaces:
Feature
- All Known Implementing Classes:
ToggleFeature
public interface SingleFeature extends Feature
Feature that distinct type is only present once.Rationale: We could use toggle feature instead, however, maybe we want to add features that do not need to be toggled.
- Author:
- Jens Wilke