All Projects → croxton → Stash

croxton / Stash

Licence: gpl-3.0
Stash allows you to stash text and snippets of code for reuse throughout your templates.

Projects that are alternatives of or similar to Stash

Flutter cached network image
Download, cache and show images in a flutter app
Stars: ✭ 1,923 (+871.21%)
Mutual labels:  caching
Mvcdonutcaching
ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
Stars: ✭ 146 (-26.26%)
Mutual labels:  caching
Cacher
Super simple caching solution for iOS, macOS, tvOS and watchOS.
Stars: ✭ 169 (-14.65%)
Mutual labels:  caching
Addon Adguard Home
AdGuard Home - Home Assistant Community Add-ons
Stars: ✭ 138 (-30.3%)
Mutual labels:  addons
Nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
Stars: ✭ 1,825 (+821.72%)
Mutual labels:  caching
Pike
HTTP cache server, such as varnish
Stars: ✭ 155 (-21.72%)
Mutual labels:  caching
Addon Tasmoadmin
TasmoAdmin - Home Assistant Community Add-ons
Stars: ✭ 130 (-34.34%)
Mutual labels:  addons
Simple Spring Memcached
A drop-in library to enable memcached caching in Spring beans via annotations
Stars: ✭ 185 (-6.57%)
Mutual labels:  caching
Foxygestures
Mouse gestures for Firefox
Stars: ✭ 145 (-26.77%)
Mutual labels:  addons
Safer
🧿 safer writing in Python 🧿
Stars: ✭ 166 (-16.16%)
Mutual labels:  caching
Hazelcast Go Client
Hazelcast IMDG Go Client
Stars: ✭ 140 (-29.29%)
Mutual labels:  caching
Ngx Cache
Cache utility for Angular
Stars: ✭ 144 (-27.27%)
Mutual labels:  caching
Cachemanager
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Stars: ✭ 2,049 (+934.85%)
Mutual labels:  caching
Sequelize Transparent Cache
Simple to use and universal cache layer for Sequelize
Stars: ✭ 137 (-30.81%)
Mutual labels:  caching
Siesta
The civilized way to write REST API clients for iOS / macOS
Stars: ✭ 2,142 (+981.82%)
Mutual labels:  caching
Laravel Model Caching
Eloquent model-caching made easy.
Stars: ✭ 1,829 (+823.74%)
Mutual labels:  caching
Libcache
A Lightweight in-memory key:value cache library for Go.
Stars: ✭ 152 (-23.23%)
Mutual labels:  caching
Scaffeine
Thin Scala wrapper for Caffeine (https://github.com/ben-manes/caffeine)
Stars: ✭ 195 (-1.52%)
Mutual labels:  caching
Mahuta
IPFS Storage service with search capability
Stars: ✭ 185 (-6.57%)
Mutual labels:  caching
Haproxy
HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Stars: ✭ 2,463 (+1143.94%)
Mutual labels:  caching

Stash

Release

Stash for ExpressionEngine 3 and 4.

Description

Stash allows you to stash text and snippets of code for reuse throughout your templates. Variables can be set dynamically from the $_GET or $_POST superglobals and can optionally be cached in the database for persistence across pages.

Stash variables that you create are available to templates embedded below the level at which you are using the tag, or later in the parse order of the current template.

Stash is inspired by John D Wells' article on template partials, and Rob Sanchez's Dynamo module.

Documentation

https://github.com/croxton/Stash/wiki/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].