Package org.sonar.plugins.php.api.cache
Interface CacheContext
- All Known Implementing Classes:
CacheContextImpl
@Beta
public interface CacheContext
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isCacheEnabled
boolean isCacheEnabled() -
getReadCache
PhpReadCache getReadCache() -
getWriteCache
PhpWriteCache getWriteCache() -
pluginVersion
String pluginVersion()
-