Package org.jipijapa.plugin.spi
Interface Platform
-
public interface Platformdescribes the platform that is in use- Author:
- Scott Marlow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Classification>cacheClassifications()get the second level cache classificationsClassificationdefaultCacheClassification()obtain the default second level cache classification
-
-
-
Method Detail
-
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
-
-