Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
Package
Description
-
Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db
Modifier and TypeMethodDescriptionvoid
EnginePersistenceLogger.flushedCacheState
(List<CachedDbEntity> cachedEntities) -
Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db.entitymanager
Modifier and TypeMethodDescriptionprotected void
DbEntityManager.flushCachedEntity
(CachedDbEntity cachedDbEntity) protected void
DbEntityManager.performEntityOperation
(CachedDbEntity cachedDbEntity, DbOperationType type) -
Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db.entitymanager.cache
Modifier and TypeFieldDescriptionprotected Map<Class<?>,
Map<String, CachedDbEntity>> DbEntityCache.cachedEntites
The cache itself: maps entity types (classes) to maps indexed by id (primary key).Modifier and TypeMethodDescriptionDbEntityCache.getCachedEntity
(Class<?> type, String id) Looks up an entity in the cache.DbEntityCache.getCachedEntity
(DbEntity dbEntity) Looks up an entity in the cache.Modifier and TypeMethodDescriptionprotected void
DbEntityCache.putInternal
(CachedDbEntity entityToAdd) void
DbEntityCache.remove
(CachedDbEntity cachedDbEntity)