Uses of Interface
org.javlo.cache.ICache
-
Packages that use ICache Package Description org.javlo.cache org.javlo.context org.javlo.navigation -
-
Uses of ICache in org.javlo.cache
Classes in org.javlo.cache that implement ICache Modifier and Type Class Description class
MapCache
-
Uses of ICache in org.javlo.context
Methods in org.javlo.context that return ICache Modifier and Type Method Description ICache
GlobalContext. getCache(String cacheName)
ICache
GlobalContext. getEternalCache(String cacheName)
ICache
GlobalContext. getMapCache(String cacheName)
Methods in org.javlo.context that return types with arguments of type ICache Modifier and Type Method Description List<ICache>
GlobalContext. getAllCache()
-
Uses of ICache in org.javlo.navigation
Methods in org.javlo.navigation that return ICache Modifier and Type Method Description protected ICache
MenuElement. getCache(ContentContext ctx)
-