mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 23:04:21 +01:00
fix nocache.
This commit is contained in:
@@ -21,5 +21,6 @@ func (c *Cache) SetJSON(key string, value any) {}
|
|||||||
func (c *Cache) SetWithTTL(key string, value []byte, ttl time.Duration) {}
|
func (c *Cache) SetWithTTL(key string, value []byte, ttl time.Duration) {}
|
||||||
func (c *Cache) SetJSONWithTTL(key string, value any, ttl time.Duration) {}
|
func (c *Cache) SetJSONWithTTL(key string, value any, ttl time.Duration) {}
|
||||||
func (c *Cache) GetPaginatedKeys(prefix string, page int, size int) []string { return []string{} }
|
func (c *Cache) GetPaginatedKeys(prefix string, page int, size int) []string { return []string{} }
|
||||||
|
func (c *Cache) Delete(key string) {}
|
||||||
|
|
||||||
var db eventstore.Store = nullstore.NullStore{}
|
var db eventstore.Store = &nullstore.NullStore{}
|
||||||
|
|||||||
Reference in New Issue
Block a user