Interface to implement query schemas.
| 53 | * Interface to implement query schemas. |
| 54 | */ |
| 55 | public interface IQuerySchema { |
| 56 | |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Wraps content along with query type and cache key, ready to be serialized to JSON and sent over network. |
nothing calls this directly
no outgoing calls
no test coverage detected