Skip to content
/ Stash Public
forked from tedious/Stash

a place to keep your cache

License

Notifications You must be signed in to change notification settings

staabm/Stash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stash

Build Status

Stash makes it easy to speed up your code by caching the results of expensive functions or code. Certain actions, like database queries or calls to external APIs, take a lot of time to run but tend to have the same results over short periods of time. This makes it much more efficient to store the results and call them back up later.

Visit stash.tedivm.com for the current documentation.

The development documentation is available for testing new releases, but is not considered stable.

About

a place to keep your cache

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 100.0%