public class StrukturCache extends ServerSideCache implements StrukturCacheI
| Constructor and Description |
|---|
StrukturCache(DBManLocalI _dbm) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheInformation() |
java.util.Map<java.lang.Long,Struktur> |
getCacheMap()
Returns an unmodifiable view on the current cache Map.
|
static StrukturCache |
getForTesting(DBManLocalI dbm) |
void |
handleUpdateCacheEvent(DBManBOChangeEvent event)
Replays the applicable information from the event on the cache,
inserts or removes structures as necessary and
regularly cleans up unreferenced BOs from the loader
The loader needs to be able to fetch and load missing BOs from the DB as needed.
|
awaitInitFinished, getCachingLoader, getDBMan, processDBManEventequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitInitFinished, getMatchingStrukturen, getMatchingStrukturen, getMatchingStrukturen, getMatchingStrukturenpublic StrukturCache(DBManLocalI _dbm)
public static StrukturCache getForTesting(DBManLocalI dbm)
public java.util.Map<java.lang.Long,Struktur> getCacheMap()
StrukturCacheIgetCacheMap in interface StrukturCacheIpublic void handleUpdateCacheEvent(DBManBOChangeEvent event)
event - the nonnull event to handlepublic java.lang.String getCacheInformation()
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.