Package org.sonar.plugins.php.api.cache
Interface PhpWriteCache
- All Known Implementing Classes:
PhpWriteCacheImpl
@Beta
public interface PhpWriteCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFromPrevious(String key) Copy a cached entry from the previous cache to the new one.voidwriteBytes(String key, byte[] data) Save a new entry in the cache.
-
Method Details
-
writeBytes
Save a new entry in the cache. -
copyFromPrevious
Copy a cached entry from the previous cache to the new one.
-