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 classMapCache -
Uses of ICache in org.javlo.context
Methods in org.javlo.context that return ICache Modifier and Type Method Description ICacheGlobalContext. getCache(String cacheName)ICacheGlobalContext. getEternalCache(String cacheName)ICacheGlobalContext. 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 ICacheMenuElement. getCache(ContentContext ctx)
-