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