| DefaultUsageCapacity
| Identify if a limit has been reached |
code | html |
| MemoryUsage
| Used to keep track of how much of something is being used so that a
productive working set usage can be controlled. |
code | html |
| StoreUsage
| Used to keep track of how much of something is being used so that a
productive working set usage can be controlled. |
code | html |
| SystemUsage
| Holder for Usage instances for memory, store and temp files Main use case is
manage memory usage. |
code | html |
| TempUsage
| Used to keep track of how much of something is being used so that a
productive working set usage can be controlled. |
code | html |