awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to educreations/django-ormcache

Open-source alternatives to Django Ormcache

30 open-source projects similar to educreations/django-ormcache, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Django Ormcache alternative.

  • 3rd-eden/memcachedAvatar de 3rd-Eden

    3rd-Eden/memcached

    1,314Ver en GitHub↗

    memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and exceptional performance in mind. We use consistent hashing to store the data across different nodes. Consistent hashing is a scheme that provides a hash table functionality in a way…

    JavaScript
    Ver en GitHub↗1,314
  • alibaba/tairAvatar de alibaba

    alibaba/tair

    2,305Ver en GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Ver en GitHub↗2,305
  • aliostad/cachecowAvatar de aliostad

    aliostad/CacheCow

    869Ver en GitHub↗

    An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server

    C#cachingdotnethttp
    Ver en GitHub↗869
  • artsy/garnerAvatar de artsy

    artsy/garner

    342Ver en GitHub↗

    A set of Rack middleware and cache helpers that implement various caching strategies.

    Ruby
    Ver en GitHub↗342
  • aschuch/awesomecacheAvatar de aschuch

    aschuch/AwesomeCache

    1,271Ver en GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    Ver en GitHub↗1,271
  • aspnet/cachingAvatar de aspnet

    aspnet/Caching

    472Ver en GitHub↗

    Archived Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions

    C#
    Ver en GitHub↗472

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • ben-manes/caffeineAvatar de ben-manes

    ben-manes/caffeine

    17,706Ver en GitHub↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    Ver en GitHub↗17,706
  • bertrandbordage/django-cachalotAvatar de BertrandBordage

    BertrandBordage/django-cachalot

    1,425Ver en GitHub↗

    Django Cachalot

    Python
    Ver en GitHub↗1,425
  • bitfaster/bitfaster.cachingAvatar de bitfaster

    bitfaster/BitFaster.Caching

    599Ver en GitHub↗

    High performance, thread-safe in-memory caching primitives for .NET

    C#cachedotnetlfu
    Ver en GitHub↗599
  • bryandonovan/node-cache-managerAvatar de BryanDonovan

    BryanDonovan/node-cache-manager

    1,988Ver en GitHub↗

    A cache module for nodejs that allows easy wrapping of functions in cache, tiered caches, and a consistent interface.

    TypeScript
    Ver en GitHub↗1,988
  • cabol/nebulexAvatar de cabol

    cabol/nebulex

    1,391Ver en GitHub↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    Ver en GitHub↗1,391
  • cakedc/cakephp-cached-routingAvatar de CakeDC

    CakeDC/cakephp-cached-routing

    5Ver en GitHub↗

    CakeDC Cached Routing

    PHP
    Ver en GitHub↗5
  • comandeo/crystal-memcachedAvatar de comandeo

    comandeo/crystal-memcached

    36Ver en GitHub↗

    Memcached client for Crystal language

    Crystal
    Ver en GitHub↗36
  • crystal-cache/cacheAvatar de crystal-cache

    crystal-cache/cache

    51Ver en GitHub↗

    A key/value store where pairs can expire after a specified interval

    Crystal
    Ver en GitHub↗51
  • dereuromark/cakephp-cacheAvatar de dereuromark

    dereuromark/cakephp-cache

    33Ver en GitHub↗

    This branch is for use with CakePHP 5.1+. For details see version map.

    PHP
    Ver en GitHub↗33
  • django-cache-machine/django-cache-machineAvatar de django-cache-machine

    django-cache-machine/django-cache-machine

    884Ver en GitHub↗

    Automatic caching and invalidation for Django models through the ORM.

    Python
    Ver en GitHub↗884
  • dominictarr/hashlruAvatar de dominictarr

    dominictarr/hashlru

    252Ver en GitHub↗

    Simpler, faster LRU cache algorithm

    JavaScript
    Ver en GitHub↗252
  • dotnetcore/easycachingAvatar de dotnetcore

    dotnetcore/EasyCaching

    2,092Ver en GitHub↗

    :boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

    C#aspnetcorecachecaching
    Ver en GitHub↗2,092
  • evermeer/evurlcacheAvatar de evermeer

    evermeer/EVURLCache

    297Ver en GitHub↗

    a NSURLCache subclass for handling all web requests that use NSURLRequest

    Swift
    Ver en GitHub↗297
  • exceptionless/foundatioAvatar de exceptionless

    exceptionless/Foundatio

    2,088Ver en GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Ver en GitHub↗2,088
  • fogfish/cacheAvatar de fogfish

    fogfish/cache

    141Ver en GitHub↗

    Library implements segmented in-memory cache.

    Erlang
    Ver en GitHub↗141
  • foundatiofx/foundatioAvatar de FoundatioFx

    FoundatioFx/Foundatio

    2,088Ver en GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#abstractionsawsazure
    Ver en GitHub↗2,088
  • grantjenks/python-diskcacheAvatar de grantjenks

    grantjenks/python-diskcache

    2,828Ver en GitHub↗

    This project is a disk-backed key-value store and persistent data structure library for Python. It provides a mechanism for persisting mappings, sets, and queues to the local filesystem to bypass memory limitations and cache expensive function results across threads and processes. The system serves as a cross-process synchronization tool, offering distributed locks, semaphores, and barriers to coordinate shared resource access. It implements advanced caching strategies such as probabilistic stampede prevention, sharded data partitioning to increase throughput, and least-recently-used eviction

    Pythoncachefilesystemkey-value-store
    Ver en GitHub↗2,828
  • hyperoslo/cacheAvatar de hyperoslo

    hyperoslo/Cache

    3,146Ver en GitHub↗

    :package: Nothing but Cache.

    Swiftcachecache-storagedisk-cache
    Ver en GitHub↗3,146
  • ifttt/kashmirAvatar de IFTTT

    IFTTT/kashmir

    264Ver en GitHub↗

    Kashmir is a Ruby DSL that makes serializing and caching objects a snap.

    Ruby
    Ver en GitHub↗264
  • isaacs/node-lru-cacheAvatar de isaacs

    isaacs/node-lru-cache

    5,895Ver en GitHub↗

    node-lru-cache is a key-value store for Node.js that implements a memory-limited cache. It prevents memory exhaustion by capping the total number of items or total byte size, automatically evicting the least-recently-used items to maintain these limits. The project provides specialized caching patterns, including time-to-live durations to ensure data freshness and a stale-while-revalidate mechanism that serves expired content while asynchronously fetching updates in the background. It also includes diagnostic tools for monitoring cache hits, misses, and eviction metrics through operational st

    JavaScript
    Ver en GitHub↗5,895
  • jbox-web/apt-larderAvatar de jbox-web

    jbox-web/apt-larder

    5Ver en GitHub↗

    apt-larder - stock your packages, serve them fresh.

    Crystal
    Ver en GitHub↗5
  • jiangwenyuan/nusterAvatar de jiangwenyuan

    jiangwenyuan/nuster

    1,907Ver en GitHub↗

    A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy

    Ccachecachinghaproxy
    Ver en GitHub↗1,907
  • jitbit/fastcacheAvatar de jitbit

    jitbit/FastCache

    197Ver en GitHub↗

    7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.

    C#cachedotnetperformance
    Ver en GitHub↗197
  • jmoiron/johnny-cacheAvatar de jmoiron

    jmoiron/johnny-cache

    311Ver en GitHub↗

    johnny cache django caching framework

    Python
    Ver en GitHub↗311