- All Known Implementing Classes:
DiskStore
public interface TestableStore
-
Method Summary
Modifier and TypeMethodDescriptionReturns string representations for the resources an entry with the given key occupies on the underlying store.
-
Method Details
-
entriesOnUnderlyingStorageForTesting
Returns string representations for the resources an entry with the given key occupies on the underlying store. Implementation must skip intermediary data structures and directly interact with the underlying store (e.g. filesystem).
-