Bookmarks tagged [caching]
https://www.syntaxsuccess.com/viewarticle/caching-with-rxjs-observables-in-angular-2.0
Simple caching with observables and publishReplay(1)
and refCount
- 📆 published on: 2016-04-23
- tags: angular, caching, rxjs, observable, http-client
source code
https://medium.com/@garfunkel61/https-medium-com-garfunkel61-angular-data-provider-services-in-memor...
Let’s see how we can build simple in-memory cache in a Angular application.
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage
Modern web browsers support a number of ways for web sites to store data on the user's computer — with the user's permission — then retrieve it when necessary. This lets you persist data for long-term...
https://maurogarcia.dev/maurogarcia.dev/posts/client-side-caching-with-angular/
In this article, I'm gonna show you how to implement client-side caching with Angular. By the end of this post, you'll be able to cache your http request like this:
...
- 📆 published on: 2019-11-03
- tags: angular, caching, localstorage
https://github.com/node-cache/node-cache
a node internal (in-memory) caching module
- tags: node.js, caching, in-memory
source code
https://github.com/pamelafox/lscache
A localStorage-based memcache-inspired client-side caching library.
- tags: local-storage, caching
source code
https://www.youtube.com/watch?v=zWhVAN4Tg6M
Explains the Graph part in GraphQL and how Apollo Client handles caching and the assumptions it makes.
- 📆 published on: 2017-02-07
- tags: graphql, apollo-client, caching
https://www.apollographql.com/blog/the-concepts-of-graphql-bc68bd819be3/
GraphQL is often explained as a “unified interface to access data from different sources”. Although this explanation is accurate, it doesn’t reveal the underlying ideas or the motivation behind GraphQ...
- 📆 published on: 2016-08-18
- tags: graphql, apollo-client, caching
https://www.apollographql.com/blog/graphql-caching-the-elephant-in-the-room-11a3df0c23ad/
If you’ve followed the discussions around whether GraphQL is a good idea or not, you might have heard things like “GraphQL breaks caching”, or “GraphQL is not cacheable”. If not, I guarantee you’ll be...
https://github.com/graphql/dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and ca...
- tags: graphql, tools, caching, batch, dataloader
source code
Java's most widely used cache.
- tags: java, caching, spring, spring-boot
source code
https://github.com/jaysonsantos/bmemcached-rs
Memcached library written in pure rust
- tags: rust, caching
source code
https://github.com/jaemk/cached
Simple function caching/memoization
- tags: rust, caching
source code
https://github.com/aisk/rust-memcache
- tags: rust, caching
source code
https://github.com/rails/actionpack-action_caching
Action caching for Action Pack.
- tags: ruby, caching
source code
https://github.com/mperham/dalli
A high performance pure Ruby client for accessing memcached servers.
- tags: ruby, caching
source code
https://github.com/artsy/garner
A set of Rack middleware and cache helpers that implement various caching strategies.
- tags: ruby, caching
source code
https://github.com/Shopify/identity_cache
A blob level caching solution to plug into ActiveRecord.
- tags: ruby, caching
source code
https://github.com/IFTTT/kashmir
Kashmir is a Ruby DSL that makes serializing and caching objects a snap.
- tags: ruby, caching
source code
https://github.com/sorentwo/readthis
High performance, pooled, ActiveSupport compliant caching with Redis.
- tags: ruby, caching
source code
https://github.com/orslumen/record-cache
Cache Active Model Records in Rails 3.
- tags: ruby, caching
source code
Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeou...
https://github.com/hooopo/second_level_cache
Write-Through and Read-Through caching library for ActiveRecord 4.
- tags: ruby, caching
source code
https://github.com/bbangert/beaker
A WSGI middleware for sessions and caching.
- tags: python, caching
source code
https://github.com/django-cache-machine/django-cache-machine
Automatic caching and invalidation for Django models.
- tags: python, caching
source code
https://github.com/Suor/django-cacheops
A slick ORM cache with automatic granular event-driven invalidation.
- tags: python, caching
source code
http://dogpilecache.readthedocs.io/en/latest/
dogpile.cache is next generation replacement for Beaker made by same authors.
https://pypi.python.org/pypi/HermesCache
Python caching library with tag-based invalidation and dogpile effect prevention.
https://github.com/lericson/pylibmc
A Python wrapper around the libmemcached interface.
- tags: python, caching
source code
http://www.grantjenks.com/docs/diskcache/
SQLite and file backed cache backend with faster lookups than memcached and redis.
In-memory high performance caching library.
Distributed general-purpose cache.
Highly concurrent key/value datastore used for caching.
https://blog.thoughtram.io/angular/2018/03/05/advanced-caching-with-rxjs.html
When building web applications, performance should always be a top priority. One very efficient way to optimize the performance of our applications and improve the experience of our site is to use cac...
- 📆 published on: 2018-03-05
- tags: angular, caching, rxjs
source code
https://github.com/BryanDonovan/node-cache-manager
Cache module for Node.JS.
- tags: node.js, caching, async-await
http://www.codingpedia.org/ama/how-to-build-and-clear-a-reference-data-cache-with-singleton-ejbs-and...
In one of my projects I had a requirement to load reference data from several sources in a Java EE 6 WebLogic environment, with EclipseLink as ORM framework. Since I couldn’t find an annotation in the...
https://github.com/ptarjan/node-cache
A simple in-memory cache for node.js
- tags: node.js, caching
source code
https://github.com/ben-manes/caffeine
A high performance caching library for Java 8
- tags: java, caching
source code
This is Varnish Cache, the high-performance HTTP accelerator.
- tags: http, caching, tools, varnish
source code
https://github.com/google/guava/wiki/CachesExplained
Wiki page with examples of using the caching of guava
- tags: java, caching
source code
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
The Cache-Control
general-header field is used to specify directives for caching mechanisms in both, requests and responses. Caching directives are unidirectional, meaning that a given directive in ...
Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.
- Available as an embedded Java library or as a language-independent service a...
- tags: nosql, java, in-memory, distributed-cache, caching
source code
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with...
- tags: caching, in-memory, database
source code
Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Memcached...
- tags: memcached, caching
source code