Class PageDeploymentCache
java.lang.Object
com.flowable.app.engine.impl.deployer.PageDeploymentCache
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCache with no limitPageDeploymentCache
(int limit) Cache which has a hard limit: no more elements will be cached than the limit. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPageModel
(String appDefinitionId, PageDefinitionCacheEntry pageEntry) void
addPageModels
(String appDefinitionId, Map<String, PageDefinitionCacheEntry> obj) void
clear()
boolean
containsAppKey
(String appDefinitionId) getAll()
getPageEntriesByAppDefinitionId
(String appDefinitionId) getPageEntry
(String appDefinitionId, String pageDefinitionRef) void
removePageModels
(String appDefinitionId) int
size()
-
Field Details
-
cache
-
-
Constructor Details
-
PageDeploymentCache
public PageDeploymentCache()Cache with no limit -
PageDeploymentCache
public PageDeploymentCache(int limit) Cache which has a hard limit: no more elements will be cached than the limit.
-
-
Method Details
-
getPageEntriesByAppDefinitionId
-
getPageEntry
-
addPageModels
-
addPageModel
-
removePageModels
-
containsAppKey
-
clear
public void clear() -
getAll
-
size
public int size()
-