Home
last modified time | relevance | path

Searched refs:CacheOptions (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dcaching.h33 struct ARROW_EXPORT CacheOptions { struct
47 bool operator==(const CacheOptions& other) const { argument
66 static CacheOptions MakeFromNetworkMetrics(
71 static CacheOptions Defaults();
72 static CacheOptions LazyDefaults();
107 : ReadRangeCache(file, std::move(ctx), CacheOptions::Defaults()) {} in ReadRangeCache()
111 CacheOptions options);
H A Dcaching.cc35 CacheOptions CacheOptions::Defaults() { in Defaults()
36 return CacheOptions{internal::ReadRangeCache::kDefaultHoleSizeLimit, in Defaults()
41 CacheOptions CacheOptions::LazyDefaults() { in LazyDefaults()
42 return CacheOptions{internal::ReadRangeCache::kDefaultHoleSizeLimit, in LazyDefaults()
47 CacheOptions CacheOptions::MakeFromNetworkMetrics(int64_t time_to_first_byte_millis, in MakeFromNetworkMetrics()
149 CacheOptions options;
293 CacheOptions options) in ReadRangeCache()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dcaching.h32 struct ARROW_EXPORT CacheOptions { struct
44 bool operator==(const CacheOptions& other) const { argument
63 static CacheOptions MakeFromNetworkMetrics(
68 static CacheOptions Defaults();
86 : ReadRangeCache(file, std::move(ctx), CacheOptions::Defaults()) {} in ReadRangeCache()
90 CacheOptions options);
H A Dcaching.cc32 CacheOptions CacheOptions::Defaults() { in Defaults()
33 return CacheOptions{internal::ReadRangeCache::kDefaultHoleSizeLimit, in Defaults()
37 CacheOptions CacheOptions::MakeFromNetworkMetrics(int64_t time_to_first_byte_millis, in MakeFromNetworkMetrics()
135 CacheOptions options;
154 CacheOptions options) in ReadRangeCache()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dcaching.h32 struct ARROW_EXPORT CacheOptions { struct
44 bool operator==(const CacheOptions& other) const { argument
63 static CacheOptions MakeFromNetworkMetrics(
68 static CacheOptions Defaults();
86 : ReadRangeCache(file, std::move(ctx), CacheOptions::Defaults()) {} in ReadRangeCache()
90 CacheOptions options);
H A Dcaching.cc32 CacheOptions CacheOptions::Defaults() { in Defaults()
33 return CacheOptions{internal::ReadRangeCache::kDefaultHoleSizeLimit, in Defaults()
37 CacheOptions CacheOptions::MakeFromNetworkMetrics(int64_t time_to_first_byte_millis, in MakeFromNetworkMetrics()
135 CacheOptions options;
154 CacheOptions options) in ReadRangeCache()
/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dlayer.go119 if localCacheStore.reactionCache, err = cacheProvider.NewCache(&cache.CacheOptions{
130 if localCacheStore.roleCache, err = cacheProvider.NewCache(&cache.CacheOptions{
140 if localCacheStore.rolePermissionsCache, err = cacheProvider.NewCache(&cache.CacheOptions{
151 if localCacheStore.schemeCache, err = cacheProvider.NewCache(&cache.CacheOptions{
162 if localCacheStore.fileInfoCache, err = cacheProvider.NewCache(&cache.CacheOptions{
173 if localCacheStore.webhookCache, err = cacheProvider.NewCache(&cache.CacheOptions{
184 if localCacheStore.emojiCacheById, err = cacheProvider.NewCache(&cache.CacheOptions{
192 if localCacheStore.emojiIdCacheByName, err = cacheProvider.NewCache(&cache.CacheOptions{
232 if localCacheStore.channelByIdCache, err = cacheProvider.NewCache(&cache.CacheOptions{
243 if localCacheStore.postLastPostsCache, err = cacheProvider.NewCache(&cache.CacheOptions{
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
328 CachingOptions CacheOptions; variable
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
322 CachingOptions CacheOptions; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h150 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
157 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
159 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
166 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
184 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
192 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
199 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
327 CachingOptions CacheOptions; variable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h150 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
157 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
159 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
166 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
184 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
192 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
199 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
332 CachingOptions CacheOptions; variable
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCache.cpp32 CacheOptions::~CacheOptions() in ~CacheOptions()
109 Cache::Cache( const CacheOptions& options ) : in Cache()
175 CacheFactory::create( const CacheOptions& options ) in create()
206 const CacheOptions&
209 static CacheOptions s_default; in getCacheOptions()
211 return data ? *static_cast<const CacheOptions*>(data) : s_default; in getCacheOptions()

12345678910>>...18