Interface TestableStore

All Known Implementing Classes:
DiskStore

public interface TestableStore
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns string representations for the resources an entry with the given key occupies on the underlying store.
  • Method Details

    • entriesOnUnderlyingStorageForTesting

      List<String> entriesOnUnderlyingStorageForTesting(String key)
      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).