cache
Here are 3,799 public repositories matching this topic...
A lightweight, pure-Swift library for downloading and caching images from the web.
-
Updated
Oct 3, 2021 - Swift
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
-
Updated
Sep 29, 2021 - Java
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
-
Updated
Oct 1, 2021 - C#
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
-
Updated
Oct 2, 2021 - Go
-
Updated
May 19, 2021 - Python
Efficient cache for gigabytes of data written in Go.
-
Updated
Sep 27, 2021 - Go
Apache Ignite
-
Updated
Oct 3, 2021 - Java
A high performance memory-bound Go cache
-
Updated
Sep 28, 2021 - Go
Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
-
Updated
Sep 29, 2021 - Objective-C
-
Updated
Aug 13, 2021 - Swift
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout of memory.out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
-
Updated
Sep 29, 2021 - PHP
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
-
Updated
Sep 27, 2021 - C#
《Spring Boot教程》源码
-
Updated
Jul 16, 2021 - Java
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
-
Updated
Jun 26, 2021 - C#
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
Speed up a Laravel app by caching the entire response
-
Updated
Aug 21, 2021 - PHP
Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
-
Updated
Aug 10, 2021 - Go
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
-
Updated
Jan 17, 2021 - C
Improve this page
Add a description, image, and links to the cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cache topic, visit your repo's landing page and select "manage topics."


Describe the bug
It is common to set the font-size of the
htmlelement to either1pxor10px. By making this modification, it unexpectedly changes the text size within rq dev tools.To Reproduce
font-size: 1pxto thehtmlelement.Expected behaviour
htmlelement should not affect the dev tools style.**S