Uses of Interface
com.erudika.para.core.cache.Cache
-
Packages that use Cache Package Description com.erudika.para.core.cache The cache module - handles object caching.com.erudika.para.core.utils Utility classes. -
-
Uses of Cache in com.erudika.para.core.cache
Classes in com.erudika.para.core.cache that implement Cache Modifier and Type Class Description classMockCache -
Uses of Cache in com.erudika.para.core.utils
Methods in com.erudika.para.core.utils that return Cache Modifier and Type Method Description abstract CacheCoreUtils. getCache()Returns the Cache object.static CachePara. getCache()Methods in com.erudika.para.core.utils with parameters of type Cache Modifier and Type Method Description abstract voidCoreUtils. setCache(Cache cache)Sets the Cache object.
-