Package org.sonar.plugins.php.api.cache
Interface PhpReadCache
- All Known Implementing Classes:
PhpReadCacheImpl
@Beta
public interface PhpReadCache
-
Method Summary
-
Method Details
-
read
Returns an input stream for the data cached with the providedkey. It is the responsibility of the caller to close the stream. -
readBytes
- Returns:
- the array of bytes stored for the given key, if any.
nullotherwise.
-
contains
Checks whether the cache contains the providedkey.
-