Package | Description |
---|---|
org.activiti.engine.impl.persistence.cache |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.cachedObjects |
Modifier and Type | Method and Description |
---|---|
CachedEntity |
EntityCacheImpl.put(Entity entity,
boolean storeState) |
CachedEntity |
EntityCache.put(Entity entity,
boolean storeState)
Adds the gives
Entity to the cache. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,CachedEntity> |
EntityCacheImpl.findClassCacheByCheckingSubclasses(Class<?> entityClass) |
<T> Collection<CachedEntity> |
EntityCacheImpl.findInCacheAsCachedObjects(Class<T> entityClass) |
<T> Collection<CachedEntity> |
EntityCache.findInCacheAsCachedObjects(Class<T> entityClass)
Returns all
CachedEntity instances for the given type. |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.getAllCachedEntities() |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCache.getAllCachedEntities()
Returns all cached
Entity instances as a map
with following structure: { entityClassName, {entityId, entity} } |
Copyright © 2015 Alfresco. All rights reserved.