Stash\Driver |
Stash\Interfaces |
이름 | 설명 |
---|---|
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 |