composer package updates
[openemr.git] / vendor / zendframework / zend-memory / README.md
blobf16fa1b5063eff9879190df0459ce6815c871cdf
1 # zend-memory
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-memory.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-memory)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-memory/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-memory?branch=master)
6 zend-memory manages data in an environment with limited memory.
8 Memory objects (memory containers) are generated by the memory manager, and
9 transparently swapped/loaded when required.
11 For example, if creating or loading a managed object would cause the total memory
12 usage to exceed the limit you specify, some managed objects are copied to cache
13 storage outside of memory. In this way, the total memory used by managed objects
14 does not exceed the limit you need to enforce.
16 - File issues at https://github.com/zendframework/zend-memory/issues
17 - Documentation is at https://docs.zendframework.com/zend-memory/