github.com/altipla-consulting/ravendb-go-client@v0.1.3/aggresive_cache_options.go (about)

     1  package ravendb
     2  
     3  import "time"
     4  
     5  // TODO: should this be exported?
     6  type AggressiveCacheOptions struct {
     7  	Duration time.Duration
     8  }