- Notifications
You must be signed in to change notification settings - Fork12
Memory component from Zend Framework
License
zendframework/zend-memory
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository has moved tolaminas/laminas-memory.
zend-memory manages data in an environment with limited memory.
Memory objects (memory containers) are generated by the memory manager, andtransparently swapped/loaded when required.
For example, if creating or loading a managed object would cause the total memoryusage to exceed the limit you specify, some managed objects are copied to cachestorage outside of memory. In this way, the total memory used by managed objectsdoes not exceed the limit you need to enforce.
Run the following to install this library:
$ composer require zendframework/zend-memory
Browse the documentation online athttps://docs.zendframework.com/zend-memory/
About
Memory component from Zend Framework
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.