diff --git a/keeper.go b/keeper.go index 70e1f31..dc1162f 100644 --- a/keeper.go +++ b/keeper.go @@ -193,6 +193,7 @@ func (k *keeper) StoreWithoutBlocking(c Item) error { return err } +// StoreNil :nodoc: func (k *keeper) StoreNil(cacheKey string, ttl time.Duration) error { nilJSON := []byte("null")