Home
last modified time | relevance | path

Searched defs:cacheKey (Results 1 – 25 of 1440) sorted by relevance

12345678910>>...58

/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dcache.cpp73 …iveCacheEntry(const QString &typeName, const QString &backendId, const QString &cacheKey, std::chr… in addNegativeCacheEntry()
84 …ic CacheEntry<T> lookup(const QString &typeName, const QString &backendId, const QString &cacheKey) in lookup()
125 void Cache::addNegativeLocationCacheEntry(const QString &backendId, const QString &cacheKey, std::c… in addNegativeLocationCacheEntry()
130 CacheEntry<Location> Cache::lookupLocation(const QString &backendId, const QString &cacheKey) in lookupLocation()
135 void Cache::addNegativeDepartureCacheEntry(const QString &backendId, const QString &cacheKey, std::… in addNegativeDepartureCacheEntry()
140 CacheEntry<Stopover> Cache::lookupDeparture(const QString &backendId, const QString &cacheKey) in lookupDeparture()
145 void Cache::addNegativeJourneyCacheEntry(const QString &backendId, const QString &cacheKey, std::ch… in addNegativeJourneyCacheEntry()
150 CacheEntry<Journey> Cache::lookupJourney(const QString &backendId, const QString &cacheKey) in lookupJourney()
155 void Cache::addVehicleLayoutCacheEntry(const QString &backendId, const QString &cacheKey, const Sto… in addVehicleLayoutCacheEntry()
160 void Cache::addNegativeVehicleLayoutCacheEntry(const QString& backendId, const QString& cacheKey, s… in addNegativeVehicleLayoutCacheEntry()
[all …]
/dports/biology/jalview/jalview/src/jalview/io/cache/
H A DAppCache.java57 public LinkedHashSet<String> getAllCachedItemsFor(String cacheKey) in getAllCachedItemsFor()
87 public void persistCache(String cacheKey) in persistCache()
110 public void deleteCacheItems(String cacheKey) in deleteCacheItems()
123 public String getCacheLimit(String cacheKey) in getCacheLimit()
139 public int updateCacheLimit(String cacheKey, int newUserLimit) in updateCacheLimit()
162 public void putCache(String cacheKey, LinkedHashSet<String> newCacheItems) in putCache()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/common/
H A Dcache_manager.h50 static Mutex & manageCachedItemMutex(string cacheKey) { in manageCachedItemMutex()
59 static T & manageCachedItem(string cacheKey, T *value,CacheAccessorType accessor) { in manageCachedItem()
112 static void setCachedItem(string cacheKey, const T value) { in setCachedItem()
116 static T & getCachedItem(string cacheKey) { in getCachedItem()
120 static void clearCachedItem(string cacheKey) { in clearCachedItem()
125 static Mutex & getMutexForItem(string cacheKey) { in getMutexForItem()
/dports/dns/nextdns/nextdns-1.32.2/resolver/
H A Dcache.go10 type cacheKey struct { struct
11 ctx string
12 qclass query.Class
13 qtype query.Type
14 qname string
17 func (k cacheKey) String() string {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/store/cache/
H A Dcache.go44 type cacheKey struct { struct
45 block ulid.ULID
46 key interface{}
49 func (c cacheKey) keyType() string {
59 func (c cacheKey) size() uint64 {
70 func (c cacheKey) string() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/store/cache/
H A Dcache.go44 type cacheKey struct { struct
45 block ulid.ULID
46 key interface{}
49 func (c cacheKey) keyType() string {
59 func (c cacheKey) size() uint64 {
70 func (c cacheKey) string() string {
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Context/
H A DExecutionContextInterface.php160 public function markGroupAsValidated($cacheKey, $groupHash);
175 public function isGroupValidated($cacheKey, $groupHash);
186 public function markConstraintAsValidated($cacheKey, $constraintHash);
199 public function isConstraintValidated($cacheKey, $constraintHash);
211 public function markObjectAsInitialized($cacheKey);
225 public function isObjectInitialized($cacheKey);
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/store/cache/
H A Dcache.go44 type cacheKey struct { struct
45 block ulid.ULID
46 key interface{}
49 func (c cacheKey) keyType() string {
59 func (c cacheKey) size() uint64 {
70 func (c cacheKey) string() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/store/cache/
H A Dcache.go44 type cacheKey struct { struct
45 block ulid.ULID
46 key interface{}
49 func (c cacheKey) keyType() string {
59 func (c cacheKey) size() uint64 {
70 func (c cacheKey) string() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/FiloSottile/gvt/
H A Ddownloader.go10 type cacheKey struct { struct
11 url, repoType string
12 branch, tag, revision string
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Dcache.go17 type cacheKey struct { struct
18 HashAlgorithm crypto.Hash
19 IssuerNameHash string
20 IssuerKeyHash string
21 SerialNumber string
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Dcache.go17 type cacheKey struct { struct
18 HashAlgorithm crypto.Hash
19 IssuerNameHash string
20 IssuerKeyHash string
21 SerialNumber string
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Dcache.go17 type cacheKey struct { struct
18 HashAlgorithm crypto.Hash
19 IssuerNameHash string
20 IssuerKeyHash string
21 SerialNumber string
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/ocsp/
H A Dcache.go17 type cacheKey struct { struct
18 HashAlgorithm crypto.Hash
19 IssuerNameHash string
20 IssuerKeyHash string
21 SerialNumber string
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/
H A DExecutionContextInterface.php168 public function markGroupAsValidated($cacheKey, $groupHash);
183 public function isGroupValidated($cacheKey, $groupHash);
194 public function markConstraintAsValidated($cacheKey, $constraintHash);
207 public function isConstraintValidated($cacheKey, $constraintHash);
219 public function markObjectAsInitialized($cacheKey);
233 public function isObjectInitialized($cacheKey);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Context/
H A DExecutionContextInterface.php168 public function markGroupAsValidated($cacheKey, $groupHash);
183 public function isGroupValidated($cacheKey, $groupHash);
194 public function markConstraintAsValidated($cacheKey, $constraintHash);
207 public function isConstraintValidated($cacheKey, $constraintHash);
219 public function markObjectAsInitialized($cacheKey);
233 public function isObjectInitialized($cacheKey);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Context/
H A DExecutionContextInterface.php165 public function markGroupAsValidated($cacheKey, $groupHash);
180 public function isGroupValidated($cacheKey, $groupHash);
191 public function markConstraintAsValidated($cacheKey, $constraintHash);
204 public function isConstraintValidated($cacheKey, $constraintHash);
216 public function markObjectAsInitialized($cacheKey);
230 public function isObjectInitialized($cacheKey);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Context/
H A DExecutionContextInterface.php168 public function markGroupAsValidated($cacheKey, $groupHash);
183 public function isGroupValidated($cacheKey, $groupHash);
194 public function markConstraintAsValidated($cacheKey, $constraintHash);
207 public function isConstraintValidated($cacheKey, $constraintHash);
219 public function markObjectAsInitialized($cacheKey);
233 public function isObjectInitialized($cacheKey);
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/
H A DBlockCache.java40 void cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, boolean cacheDataInL1); in cacheBlock()
47 void cacheBlock(BlockCacheKey cacheKey, Cacheable buf); in cacheBlock()
58 Cacheable getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, in getBlock()
66 boolean evictBlock(BlockCacheKey cacheKey); in evictBlock()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DModelCache.php37 public function add($modelClassName, $model, $cacheKey=false){
58 private function _formatCacheKey($cacheKey){
84 public function get($modelClassName, $cacheKey){
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/types/
H A DRawImageCache.java36 final String cacheKey; field in RawImageCache.ImageToCache
39 ImageToCache(String cacheKey, RenderedImage image) { in ImageToCache()
60 static void add( String cacheKey, RenderedImage rawImage ) { in add()
97 final String cacheKey = getCacheKeyFor( imageInfo ); in getCachedImageFileFor() local
101 static File getCachedImageFileFor( String cacheKey ) { in getCachedImageFileFor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DBuildResultCache.cs38 internal BuildResult GetBuildResult(string cacheKey) { in GetBuildResult()
42 …internal abstract BuildResult GetBuildResult(string cacheKey, VirtualPath virtualPath, long hashCo… in GetBuildResult()
44 internal void CacheBuildResult(string cacheKey, BuildResult result, DateTime utcStart) { in CacheBuildResult()
48 internal abstract void CacheBuildResult(string cacheKey, BuildResult result, in CacheBuildResult()
118 …internal override BuildResult GetBuildResult(string cacheKey, VirtualPath virtualPath, long hashCo… in GetBuildResult()
151 internal override void CacheBuildResult(string cacheKey, BuildResult result, in CacheBuildResult()
377 private static string GetMemoryCacheKey(string cacheKey) { in GetMemoryCacheKey()
441 internal override void CacheBuildResult(string cacheKey, BuildResult result, in CacheBuildResult()
480 private string GetPreservedDataFileName(string cacheKey) { in GetPreservedDataFileName()
979 internal override void CacheBuildResult(string cacheKey, BuildResult result, in CacheBuildResult()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/locale/provider/
H A DLocaleResources.java108 String cacheKey = BREAK_ITERATOR_INFO + key; in getBreakIteratorInfo() local
122 String cacheKey = CALENDAR_DATA + key; in getCalendarData() local
204 String cacheKey = CURRENCY_NAMES + key; in getCurrencyName() local
230 String cacheKey = LOCALE_NAMES + key; in getLocaleName() local
256 String cacheKey = TIME_ZONE_NAMES + '.' + key; in getTimeZoneNames() local
319 String cacheKey = CALENDAR_NAMES + key; in getCalendarNames() local
338 String cacheKey = CALENDAR_NAMES + key; in getJavaTimeNames() local
472 String cacheKey = sb.insert(0, DATE_TIME_PATTERN).toString(); in getDateTimePattern() local
499 private final String cacheKey; field in LocaleResources.ResourceReference
501 ResourceReference(String cacheKey, Object o, ReferenceQueue<Object> q) { in ResourceReference()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/locale/provider/
H A DLocaleResources.java108 String cacheKey = BREAK_ITERATOR_INFO + key; in getBreakIteratorInfo() local
122 String cacheKey = CALENDAR_DATA + key; in getCalendarData() local
204 String cacheKey = CURRENCY_NAMES + key; in getCurrencyName() local
230 String cacheKey = LOCALE_NAMES + key; in getLocaleName() local
256 String cacheKey = TIME_ZONE_NAMES + '.' + key; in getTimeZoneNames() local
319 String cacheKey = CALENDAR_NAMES + key; in getCalendarNames() local
338 String cacheKey = CALENDAR_NAMES + key; in getJavaTimeNames() local
472 String cacheKey = sb.insert(0, DATE_TIME_PATTERN).toString(); in getDateTimePattern() local
499 private final String cacheKey; field in LocaleResources.ResourceReference
501 ResourceReference(String cacheKey, Object o, ReferenceQueue<Object> q) { in ResourceReference()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/util/locale/provider/
H A DLocaleResources.java116 String cacheKey = BREAK_ITERATOR_INFO + key; in getBreakIteratorInfo() local
135 String cacheKey = CALENDAR_DATA + key; in getCalendarData() local
215 String cacheKey = CURRENCY_NAMES + key; in getCurrencyName() local
241 String cacheKey = LOCALE_NAMES + key; in getLocaleName() local
267 String cacheKey = TIME_ZONE_NAMES + key; in getTimeZoneNames() local
365 String cacheKey = CALENDAR_NAMES + key; in getCalendarNames() local
384 String cacheKey = CALENDAR_NAMES + key; in getJavaTimeNames() local
508 String cacheKey = width + "." + COMPACT_NUMBER_PATTERNS_CACHEKEY; in getCNPatterns() local
545 String cacheKey = sb.insert(0, DATE_TIME_PATTERN).toString(); in getDateTimePattern() local
575 private final String cacheKey; field in LocaleResources.ResourceReference
[all …]

12345678910>>...58