Uses of Interface
org.apache.jackrabbit.spi.ItemInfoCache
-
Packages that use ItemInfoCache Package Description org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2jcr -
-
Uses of ItemInfoCache in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type ItemInfoCache Constructor Description WorkspaceItemStateFactory(RepositoryService service, SessionInfo sessionInfo, ItemDefinitionProvider definitionProvider, ItemInfoCache cache)
-
Uses of ItemInfoCache in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return ItemInfoCache Modifier and Type Method Description ItemInfoCache
RepositoryService. getItemInfoCache(SessionInfo sessionInfo)
Returns aItemInfoCache
for the givenSessionInfo
. -
Uses of ItemInfoCache in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement ItemInfoCache Modifier and Type Class Description class
ItemInfoCacheImpl
This implementation ofItemInfoCache
has a default size of 5000 items.Methods in org.apache.jackrabbit.spi.commons that return ItemInfoCache Modifier and Type Method Description ItemInfoCache
AbstractReadableRepositoryService. getItemInfoCache(SessionInfo sessionInfo)
-
Uses of ItemInfoCache in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return ItemInfoCache Modifier and Type Method Description ItemInfoCache
RepositoryServiceLogger. getItemInfoCache(SessionInfo sessionInfo)
-
Uses of ItemInfoCache in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return ItemInfoCache Modifier and Type Method Description ItemInfoCache
RepositoryServiceImpl. getItemInfoCache(SessionInfo sessionInfo)
-
Uses of ItemInfoCache in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return ItemInfoCache Modifier and Type Method Description ItemInfoCache
RepositoryServiceImpl. getItemInfoCache(SessionInfo sessionInfo)
Returns aItemInfoCache
for the givenSessionInfo
.
-