Package org.sonar.python.caching
Class CacheContextImpl
java.lang.Object
org.sonar.python.caching.CacheContextImpl
- All Implemented Interfaces:
CacheContext
-
Constructor Summary
ConstructorsConstructorDescriptionCacheContextImpl(boolean isCacheEnabled, PythonWriteCache writeCache, PythonReadCache readCache) -
Method Summary
Modifier and TypeMethodDescriptionstatic CacheContextImplbooleanstatic CacheContextImplof(org.sonar.api.batch.sensor.SensorContext context)
-
Constructor Details
-
CacheContextImpl
public CacheContextImpl(boolean isCacheEnabled, PythonWriteCache writeCache, PythonReadCache readCache)
-
-
Method Details
-
isCacheEnabled
public boolean isCacheEnabled()- Specified by:
isCacheEnabledin interfaceCacheContext
-
getReadCache
- Specified by:
getReadCachein interfaceCacheContext
-
getWriteCache
- Specified by:
getWriteCachein interfaceCacheContext
-
of
-
dummyCache
-