inertia-flash
Session Cache Library
A package that simplifies sharing variables with InertiaJS by persisting them on the session or cache.
A Quick way to flash variables to InertiaJS that persist on session
21 stars
4 watching
2 forks
Language: PHP
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
liexusong/pcache | A PHP module that provides an in-process cache extension. | 51 |
darky/functx | A caching context for functions in a programming language | 1 |
sequenceiq/docker-spark | A Docker image with Apache Spark pre-installed and configured for easy deployment on YARN clusters. | 765 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
unshiftio/sessionstorage | Provides a fallback storage solution for temporary data in the browser using alternative APIs when sessionStorage is not available | 23 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
golang/snappy | A compression library implemented in the Go programming language. | 1,528 |
jellydator/ttlcache | An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 951 |
sindresorhus/p-memoize | Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 396 |
accelerationnet/function-cache | A library providing an extensible function caching mechanism with customizable cache structures and features. | 47 |
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |
thinkjs/think-session-file | Provides a file-based session management system for ThinkJS applications | 0 |
gulp-community/gulp-cached | A utility that caches files to optimize processing in a workflow by avoiding unnecessary re-processing of unchanged files. | 452 |