22 Repos
Utilities for manually removing stored binaries and artifacts from a persistent cache to resolve corruption or reclaim space.
Distinct from Persistent Binary Caches: Distinct from Persistent Binary Caches: focuses on the removal/purging of the cache rather than the storage mechanism itself.
Explore 22 awesome GitHub repositories matching data & databases · Cache Clearing. Refine with filters or upvote what's useful.
This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and
Reclaims disk space by removing stale lock files and outdated versions of downloaded packages.
DataLoader is a utility that collects individual data loads into a single batch and caches results to minimize redundant backend requests. It operates on a batch-and-cache architecture, where multiple data lookups within a single execution frame are grouped together and dispatched as one request, with the results stored in memory for instant retrieval on subsequent calls. The utility distinguishes itself through several key capabilities. It supports per-key error handling, allowing partial failures within a batch without rejecting the entire operation. A cache priming mechanism lets developer
Clear cached entries by removing a specific key or the entire cache to force fresh data loads.
Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc
Provides a CLI utility to manually clear and refresh metadata and query caches.
Snapdom is a DOM capture engine that serializes live web page elements into images, videos, documents, and other formats. It converts any DOM subtree into PNG, JPG, WebP, SVG, PDF, or self-contained HTML, and can record animating elements as video files or animated GIFs using the browser's MediaRecorder API. The library distinguishes itself through a plugin-based architecture that allows custom output format handlers and pipeline hooks to extend the capture process without re-cloning the source element. It manages separate caches for images, styles, and fonts with preloading and clearing meth
Clears image, style, and font caches between captures to balance memory usage and rendering speed.
pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au
Removes stored assets and API responses from the browser cache to ensure fresh resource loading.
This project is a self-hosted community engine and forum software designed for hosting threaded discussions. It functions as a JSON API community platform, exposing all data and functionality through a standardized interface to support a single-page application architecture. The system is built to be a multi-language discussion board with integrated localization and language pack support. The platform is defined by a modular architecture that allows for extensive customization through an extension-based plugin system. This extensibility enables the modification of core behavior, the addition
Includes utilities for manually removing cached translations and compiled assets.
This project is a self-hosted forum software and extensible community platform designed to facilitate online discussions and member engagement. It functions as a REST API discussion engine, providing a backend that manages community interactions and forum data via a standardized JSON interface for external applications. The platform is distinguished by a modular architecture that allows for deep customization through a package-based extension system and an interface extension framework. It employs an extender-based customization model, enabling external modules to modify internal system behav
Allows removing cached translations and generated assets to resolve conflicts after modifying extensions.
re-frame ist ein funktionales Framework für den Bau von Single-Page-Anwendungen in ClojureScript. Es bietet eine zentralisierte, unveränderliche Datenbank, die als Single Source of Truth für den gesamten Anwendungszustand dient und einen strikten, unidirektionalen Datenfluss erzwingt, bei dem Events Zustandsübergänge und nachfolgende View-Updates auslösen. Das Framework zeichnet sich durch einen reaktiven Signal-Graphen und eine Interceptor-basierte Middleware-Pipeline aus. Indem Anwendungslogik als Sequenz datengetriebener Events und deklarativer Side-Effects behandelt wird, entkoppelt es die Geschäftslogik von der View-Schicht. Diese Architektur ermöglicht es Entwicklern, komplexe Zustandsübergänge und externe Operationen durch reine Funktionen zu verwalten, wobei sichergestellt wird, dass Side-Effects von einem separaten Interpreter statt durch imperative Aufrufe ausgeführt werden. Das System umfasst eine umfassende Suite an Funktionen für das Management der Anwendungsarchitektur, einschließlich reaktiver Datenableitung, abonnementbasierter View-Reconciliation und eventgesteuertem Zustandsmanagement. Es unterstützt fortgeschrittene Entwicklungs-Workflows wie Event-Tracing, State-Checkpointing und die Möglichkeit, Side-Effects für isolierte Tests zu stubben. Das Projekt ist für die Integration mit React konzipiert und nutzt Virtual-DOM-Reconciliation, um Benutzeroberflächen effizient zu aktualisieren. Es bietet ein robustes Set an Utilities für den Umgang mit Cross-Cutting Concerns, die Verwaltung komplexer Datenfluss-Graphen und die Koordination asynchroner Operationen innerhalb einer vorhersagbaren, sequenziellen Event-Pipeline.
Invalidates all stored subscription results to ensure updated logic is applied after a code reload.
CleanMyWechat ist ein Desktop-Anwendungs-Disk-Utility, das entwickelt wurde, um Speicherplatz durch das Bereinigen zwischengespeicherter Bilder, Videos und Dateien vom WeChat-Desktop-Client unter Windows und macOS zurückzugewinnen. Es fungiert als automatisiertes Cache-Wartungstool, das unnötige Medien-Assets aus den Caches von Kommunikationssoftware identifiziert und entfernt. Das Utility optimiert die Medienspeicherung durch das Filtern von Assets basierend auf Dateityp und Altersschwellen, während der Konversationstextverlauf erhalten bleibt. Um dauerhaften Datenverlust zu verhindern, nutzt es ein Wiederherstellungssystem, das identifizierte Dateien in den System-Papierkorb verschiebt, anstatt sie dauerhaft zu löschen. Das System umfasst Funktionen für die automatisierte Festplattenbereinigung durch einen Planungsmechanismus, der Wartungsprozesse in vordefinierten Intervallen auslöst. Es verwendet eine regelbasierte Filter-Engine und pfadbasierte Erkennung, um Anwendungsverzeichnisstrukturen über verschiedene Betriebssysteme hinweg zu lokalisieren und zu verwalten.
Provides targeted clearing of cached images and videos while preserving conversation text.
Arduino CLI ist eine Befehlszeilenschnittstelle zum Kompilieren, Hochladen und Verwalten von Bibliotheken und Board-Cores für Arduino-kompatible Hardware. Es fungiert als Toolchain-Manager für Mikrocontroller und Hardware-Programmiertool und bietet Dienstprogramme zum Suchen und Installieren der Plattformdefinitionen und Compiler, die für verschiedene Hardware-Architekturen erforderlich sind. Das Projekt bietet einen RPC-fähigen Entwicklungs-Daemon, der es externen Programmen ermöglicht, interne Tool-Operationen auszulösen und automatisierte Elektronik-Workflows programmatisch zu verwalten. Es enthält zudem einen interaktiven Hardware-Debugger für die Echtzeit-Fehlersuche bei Code, der auf physischen Geräten ausgeführt wird. Das Tool deckt die Board- und Bibliotheksverwaltung ab, einschließlich Abhängigkeitsanalyse, Index-Synchronisierung und der Integration von Drittanbieter-Repositories. Seine Build- und Deployment-Funktionen umfassen Quellcode-Kompilierung, Binär-Uploads und Bootloader-Installation, unterstützt durch die Überwachung der seriellen Ausgabe und die Erkennung angeschlossener Hardware. Das Dienstprogramm bietet Shell-Vervollständigung und verwaltet Umgebungseinstellungen über ein dateibasiertes Konfigurationssystem.
Provides utilities to purge stored temporary files and cached build assets to resolve corruption.
go-astilectron ist ein plattformübergreifendes GUI-Framework und Binding, das die Erstellung von Desktop-Software durch die Kombination eines kompilierten Go-Backends mit einem Electron-Frontend ermöglicht. Es fungiert als Inter-Process-Communication-Brücke und nutzt ein asynchrones Nachrichtensystem, um JSON-Ereignisse auszutauschen und den Zustand zwischen dem Go-Prozess und der JavaScript-Benutzeroberfläche zu synchronisieren. Das Projekt bietet einen nativen Desktop-API-Wrapper, um systemweite Funktionen vom Backend aus zu orchestrieren. Dies umfasst die Möglichkeit, Browserfenster zu verwalten, native Anwendungsmenüs zu erstellen und System-Tray-Icons sowie das macOS-Dock zu steuern. Es ermöglicht zudem die Registrierung globaler Tastenkombinationen und die Ausführung von Systembefehlen. Das Framework deckt breite Funktionsbereiche ab, einschließlich Fensterverwaltung, Hardware-Display-Erkennung und nativer Systemdialoge. Es bietet zudem ein Distributionssystem, um Anwendungsbinärdateien und eingebettete Assets in verteilbare Installer oder einzelne ausführbare Dateien für mehrere Betriebssysteme zu bündeln, einschließlich der automatisierten Bereitstellung erforderlicher Runtime-Binärdateien.
Includes functionality to clear the browser session cache to ensure content is fresh upon loading.
Goravel ist ein voll ausgestattetes Entwicklungs-Scaffold und Framework für die Erstellung von Webanwendungen, REST-APIs und gRPC-Diensten mit der Programmiersprache Go. Es implementiert eine Model-View-Controller-Architektur und bietet ein umfassendes Toolkit für leistungsstarke RPC-Server und -Clients. Das Framework zeichnet sich durch sein umfangreiches integriertes Ökosystem aus, das einen flüssigen Object-Relational-Mapper (ORM) für die Datenbankverwaltung und ein dediziertes CLI-Toolkit für administrative Automatisierung und Projekt-Scaffolding umfasst. Es verfügt über eine treiberbasierte Dienstabstraktion, die es Entwicklern ermöglicht, Speicher-, Cache- und Session-Backends auszutauschen, ohne die Anwendungslogik zu ändern. Die Plattform deckt ein breites Spektrum an Anwendungsfunktionen ab, darunter asynchrone Aufgabenverarbeitung mit verteilten Queues, sicheres Identitätsmanagement mittels tokenbasierter Authentifizierung sowie eine robuste Sicherheitsschicht mit Verschlüsselung und Zugriffskontrolle. Sie bietet zudem Tools für Content-Lokalisierung, Template-Rendering und eine automatisierte Testinfrastruktur mit Dependency-Mocking.
Provides utilities to remove specific cache entries by key or flush the entire store.
Cork ist eine native macOS-Desktopanwendung, die eine grafische Oberfläche für den Homebrew-Paketmanager bietet. Sie dient als GUI zum Suchen, Installieren und Aktualisieren von Softwarepaketen und fungiert als Service-Controller zur Verwaltung von Hintergrund-Systemdiensten. Die Anwendung enthält ein dediziertes Menüleisten-Utility zum Auslösen von Paket-Updates und Verwaltungsaufgaben direkt aus dem macOS-Statusmenü. Sie verfügt zudem über ein System zur Zuweisung benutzerdefinierter Tags an Pakete, um Softwareinstallationen zu gruppieren und zu organisieren. Die Software deckt das Paket-Lebenszyklusmanagement ab, einschließlich Abhängigkeitsanalyse zur Identifizierung erforderlicher Software und ein Cache-Management-System zum Löschen heruntergeladener Installationsdateien. Sie bietet zudem eine visuelle Schnittstelle zum Starten und Stoppen von Hintergrund-Systemdiensten.
Enables manual removal of stored binaries and artifacts from the local download cache to reclaim disk space.
Dieses Projekt ist ein webbasierter Log-Viewer und eine Verwaltungsschnittstelle, die speziell für Laravel-Anwendungen entwickelt wurde. Es dient als zentrales Dashboard zum Durchsuchen, Suchen und Verwalten von Systemprotokollen, ohne dass ein direkter Zugriff auf Rohdateien oder SSH erforderlich ist. Das System fungiert als Multi-Host-Log-Aggregator und nutzt einen Remote-Proxy, um Protokolle von mehreren Servern an einem Ort anzuzeigen und zu indizieren. Es enthält einen auf regulären Ausdrücken basierenden Parser, der strukturierte Daten aus nicht standardmäßigen Protokolldateien interpretiert und so benutzerdefinierte Protokollformatdefinitionen und die Zuordnung von Schweregraden ermöglicht. Zu den umfassenden Funktionen gehören dateibasierte Navigation mit komprimierter Speicherung für hohe Leistung, chunk-basierte globale Suche und die Möglichkeit, anwendungsspezifische Stack-Traces zu filtern. Das Projekt bietet zudem eine programmatische API für den Log-Abruf und die Ordnerverwaltung sowie eine Sicherheitsebene aus Middleware-basierter Zugriffskontrolle zum Schutz von Produktionsumgebungen.
Allows users to manually clear stored log indices to force a fresh scan of the log files.
AzuraCast ist eine selbstgehostete Web-Radio-Management-Suite und ein Dashboard für Internet-Radio-Broadcasting. Es fungiert als automatisierter Playback-Manager und Broadcasting-System und integriert einen Audio-Orchestrator für Transcoding und Cross-Fading mit einem Streaming-Server zur Audioverteilung über Mount-Points. Die Plattform ermöglicht Multi-Tenant-Station-Management, wodurch eine einzige Installation mehrere unabhängige Radio-Entitäten hosten kann. Sie zeichnet sich durch die Kombination eines Auto-DJ-Broadcast-Systems mit der Möglichkeit aus, Live-DJ-Accounts zu verwalten und Echtzeit-Sendungen zu koordinieren. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich automatisierter Radio-Planung, Medienbibliothek- und Playlist-Management sowie der Generierung von Podcast-Feeds. Es bietet Tools für Radio-Publikumsanalysen, Hörer-Engagement durch Song-Anfragen und die Signalverteilung über Relay-Server zur Kapazitätserweiterung. Die Anwendung wird via containerbasierter Bereitstellung für eine konsistente Installation über Cloud-VPS, Docker und NAS-Umgebungen hinweg ausgeliefert.
Flushes internal system caches to ensure dashboard pages display current values.
Cube is a time-series analytics platform and event data store designed for real-time performance monitoring. It functions as a metrics engine that ingests timestamped event streams and persists raw logs to enable the computation of statistical summaries, quantiles, and histograms. The system distinguishes itself through a reactive processing model that automatically invalidates metric caches when new events arrive, ensuring query results remain current. It supports both real-time event streaming via persistent connections and the calculation of post hoc statistics from stored event sets. The
Provides mechanisms for clearing cached metric values to ensure evaluators use current data.
Corepack is a Node.js package manager orchestrator and deterministic tool installer. It manages and enforces specific versions of package managers to ensure consistent environments across different machines, developers, and continuous integration systems. The project uses executable wrapper shims to intercept commands, allowing it to automatically download and run the correct tool version based on project configuration. It provides an offline binary provisioner that prepares package manager binaries into tarball archives for deployment in air-gapped environments. The system handles semantic
A utility to remove stored binaries from the local cache directory to free up disk space or resolve file corruption.
Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me
Clears all locally cached data, including messages and settings, when the user logs out.
This project is a containerized search infrastructure designed to deploy a privacy-focused metasearch engine. It acts as a self-hosted search proxy that aggregates results from multiple external web, image, and academic search providers while anonymizing requests and stripping trackers to protect user identity. The system utilizes Docker to orchestrate the search instance, integrating caching mechanisms and reverse proxy support to ensure a private and efficient search environment. It employs a modular adapter-based integration to standardize diverse external API responses and a processing pi
Removes all database entries matching a specific prefix by setting their expiration to zero.
proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for
Removes downloaded layer blobs, manifests, and build cache to reclaim disk space.