Uses of Interface
org.sonar.plugins.python.api.caching.PythonReadCache
-
Packages that use PythonReadCache Package Description org.sonar.plugins.python.api.caching org.sonar.python.caching -
-
Uses of PythonReadCache in org.sonar.plugins.python.api.caching
Methods in org.sonar.plugins.python.api.caching that return PythonReadCache Modifier and Type Method Description PythonReadCacheCacheContext. getReadCache() -
Uses of PythonReadCache in org.sonar.python.caching
Classes in org.sonar.python.caching that implement PythonReadCache Modifier and Type Class Description classDummyCacheclassPythonReadCacheImplMethods in org.sonar.python.caching that return PythonReadCache Modifier and Type Method Description PythonReadCacheCacheContextImpl. getReadCache()Constructors in org.sonar.python.caching with parameters of type PythonReadCache Constructor Description CacheContextImpl(boolean isCacheEnabled, PythonWriteCache writeCache, PythonReadCache readCache)
-