| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.classloader |
Class loaders when libraries are loaded dynamically.
|
| net.lecousin.framework.io.buffering |
IO with bufferization.
|
| net.lecousin.framework.locale |
Localization.
|
| net.lecousin.framework.memory |
Memory management, caches...
|
| Class and Description |
|---|
| IMemoryManageable
Object that can free some memory on demand.
This is typically a cache, or some data in memory that can be re-created again if necessary. Such an object can be ask to free some memory at regular interval or in case the system does have enough memory. |
| IMemoryManageable.FreeMemoryLevel
Describe the criticity level of a free memory request.
|
| Class and Description |
|---|
| IMemoryManageable
Object that can free some memory on demand.
This is typically a cache, or some data in memory that can be re-created again if necessary. Such an object can be ask to free some memory at regular interval or in case the system does have enough memory. |
| IMemoryManageable.FreeMemoryLevel
Describe the criticity level of a free memory request.
|
| Class and Description |
|---|
| IMemoryManageable
Object that can free some memory on demand.
This is typically a cache, or some data in memory that can be re-created again if necessary. Such an object can be ask to free some memory at regular interval or in case the system does have enough memory. |
| IMemoryManageable.FreeMemoryLevel
Describe the criticity level of a free memory request.
|
| Class and Description |
|---|
| ByteArrayCache
Cache of byte[] useful when arrays of same size may be needed, to avoid memory allocation and garbage collection.
|
| CacheManager
Interface for caching data.
|
| CacheManager.CachedData
A cached data.
|
| IMemoryManageable
Object that can free some memory on demand.
This is typically a cache, or some data in memory that can be re-created again if necessary. Such an object can be ask to free some memory at regular interval or in case the system does have enough memory. |
| IMemoryManageable.FreeMemoryLevel
Describe the criticity level of a free memory request.
|
| IntArrayCache
Cache of int[] useful when arrays of same size may be needed, to avoid memory allocation and garbage collection.
|
Copyright © 2019. All rights reserved.