| 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...
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZipClassLoader.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedIO.MemoryManagement.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedProperties.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
| Modifier and Type | Method and Description |
|---|---|
static IMemoryManageable.FreeMemoryLevel |
IMemoryManageable.FreeMemoryLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMemoryManageable.FreeMemoryLevel[] |
IMemoryManageable.FreeMemoryLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCache.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
void |
ObjectBank.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
static void |
MemoryManager.freeMemory(IMemoryManageable.FreeMemoryLevel level)
Free memory on memory manageable instances.
|
void |
IntArrayCache.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
void |
IMemoryManageable.freeMemory(IMemoryManageable.FreeMemoryLevel level)
Request to free some memory.
|
default void |
CacheManager.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
void |
ByteArrayCache.freeMemory(IMemoryManageable.FreeMemoryLevel level) |
Copyright © 2019. All rights reserved.