Package org.jipijapa.plugin.spi
Interface Platform
public interface Platform
describes the platform that is in use
- Author:
- Scott Marlow
-
Method Summary
Modifier and TypeMethodDescriptionget the second level cache classificationsobtain the default second level cache classification
-
Method Details
-
defaultCacheClassification
Classification defaultCacheClassification()obtain the default second level cache classification- Returns:
- default 2lc type
-
cacheClassifications
Set<Classification> cacheClassifications()get the second level cache classifications- Returns:
- Set
-