- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 473 for Marche (0.04 sec)
-
docs/fr/docs/async.md
Ce concept se nomme l'"asynchronisme" car l'ordinateur / le programme n'a pas besoin d'être "synchronisé" avec la tâche, attendant le moment exact où cette dernière se terminera en ne faisant rien, pour être capable de récupérer le résultat de la tâche et l'utiliser dans la suite des opérations.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-09 16:39 - 25.4K bytes - Viewed (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
appspot.com appudo.net aq aq.it aquarelle aquila.it ar ar.it ar.us arab arai.shizuoka.jp arakawa.saitama.jp arakawa.tokyo.jp aramco arao.kumamoto.jp archer.replit.dev archi architectes.bj ardal.no aremark.no arendal.no arezzo.it ariake.saga.jp arida.wakayama.jp aridagawa.wakayama.jp arita.saga.jp arkhangelsk.su armenia.su army arna.no
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-27 22:00 - 129.6K bytes - Viewed (1) -
android/guava/src/com/google/common/cache/Cache.java
/** Discards all entries in the cache. */ void invalidateAll(); /** Returns the approximate number of entries in this cache. */ long size(); /** * Returns a current snapshot of this cache's cumulative statistics, or a set of default values if * the cache is not recording statistics. All statistics begin at zero and never decrease over the * lifetime of the cache. *
Registered: 2025-05-30 12:43 - Last Modified: 2024-12-22 03:38 - 8.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
/** * Closes the cache and deletes all of its stored values. This will delete all files in the cache * directory including files that weren't created by the cache. */ @Throws(IOException::class) fun delete() { cache.delete() } /** * Deletes all values stored in the cache. In-flight writes to the cache will complete normally, * but the corresponding responses will not be stored. */
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-27 14:51 - 26.8K bytes - Viewed (0) -
cmd/metrics-v3-cache.go
) // metricsCache - cache for metrics. // // When serving metrics, this cache is passed to the MetricsLoaderFn. // // This cache is used for metrics that would result in network/storage calls. type metricsCache struct { dataUsageInfo *cachevalue.Cache[DataUsageInfo] esetHealthResult *cachevalue.Cache[HealthResult] driveMetrics *cachevalue.Cache[storageMetrics]
Registered: 2025-05-25 19:28 - Last Modified: 2025-03-30 00:56 - 8K bytes - Viewed (0) -
cmd/data-usage-cache.go
// dataUsageCacheV2 contains a cache of data usage entries version 2. type dataUsageCacheV2 struct { Info dataUsageCacheInfo Cache map[string]dataUsageEntryV2 } // dataUsageCacheV3 contains a cache of data usage entries version 3. type dataUsageCacheV3 struct { Info dataUsageCacheInfo Cache map[string]dataUsageEntryV3 } // dataUsageCacheV4 contains a cache of data usage entries version 4.
Registered: 2025-05-25 19:28 - Last Modified: 2025-03-30 00:56 - 34.7K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
appspot.com appudo.net aq aq.it aquarelle aquila.it ar ar.it ar.us arab arai.shizuoka.jp arakawa.saitama.jp arakawa.tokyo.jp aramco arao.kumamoto.jp archer.replit.dev archi architectes.bj ardal.no aremark.no arendal.no arezzo.it ariake.saga.jp arida.wakayama.jp aridagawa.wakayama.jp arita.saga.jp arkhangelsk.su armenia.su army arna.no
Registered: 2025-05-30 11:42 - Last Modified: 2024-12-31 14:50 - 129.6K bytes - Viewed (1) -
internal/cachevalue/cache.go
// `.TnitOnce`. func New[T any]() *Cache[T] { return &Cache[T]{} } // NewFromFunc allocates a new cached value instance and initializes it with an // update function, making it ready for use. func NewFromFunc[T any](ttl time.Duration, opts Opts, update func(ctx context.Context) (T, error)) *Cache[T] { return &Cache[T]{ ttl: ttl, updateFn: update, opts: opts, } }
Registered: 2025-05-25 19:28 - Last Modified: 2024-05-24 12:50 - 4.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/cache.hbs
Shinsuke Sugaya <******@****.***> 1462510149 +0900
Registered: 2025-05-26 08:04 - Last Modified: 2016-05-06 04:49 - 324 bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/cache.hbs
Shinsuke Sugaya <******@****.***> 1462510149 +0900
Registered: 2025-05-26 08:04 - Last Modified: 2016-05-06 04:49 - 324 bytes - Viewed (0)