fix cache to disregard subscription ids
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
This commit is contained in:
@@ -100,6 +100,8 @@ type Database interface {
|
||||
// Query cache methods
|
||||
GetCachedJSON(f *filter.F) ([][]byte, bool)
|
||||
CacheMarshaledJSON(f *filter.F, marshaledJSON [][]byte)
|
||||
GetCachedEvents(f *filter.F) (event.S, bool)
|
||||
CacheEvents(f *filter.F, events event.S)
|
||||
InvalidateQueryCache()
|
||||
|
||||
// Utility methods
|
||||
|
||||
Reference in New Issue
Block a user