PHP Stash Namespace

Nested Namespaces

Stash\Driver
Stash\Interfaces

Classes

Name Description
Item Stash caches data that has a high generation cost, such as template preprocessing or code that requires a database connection. This class can store any native php datatype, as long as it can be serialized (so when creating classes that you wish to store instances of, remember the __sleep and __wake magic functions).
Pool