| Package | Description |
|---|---|
| net.lecousin.framework.memory |
Memory management, caches...
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CacheManager.CachedDataCustomExpiration
Adds an expiration to a cahced data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedObject<T>
Base class for implementing a cached data that register its users.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CacheManager.CachedData> |
CacheManager.getCachedData()
Return this list of cached data.
|
Collection<? extends CacheManager.CachedData> |
Cache.getCachedData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheManager.free(CacheManager.CachedData data)
Free the given data.
|
boolean |
Cache.free(CacheManager.CachedData data) |
default long |
CacheManager.getCachedDataExpiration(CacheManager.CachedData data)
Return the expiration time of the given data.
|
Copyright © 2019. All rights reserved.