Uses of Class
com.jalios.jcms.CacheManager.CacheEntry
-
Packages that use CacheManager.CacheEntry Package Description com.jalios.jcms Contains the core JPlatform classes. -
-
Uses of CacheManager.CacheEntry in com.jalios.jcms
Methods in com.jalios.jcms that return CacheManager.CacheEntry Modifier and Type Method Description CacheManager.CacheEntry
CacheManager. getCacheEntry(java.lang.String id)
Get the CacheEntry from a given entry's id.Methods in com.jalios.jcms that return types with arguments of type CacheManager.CacheEntry Modifier and Type Method Description java.util.Collection<CacheManager.CacheEntry>
CacheManager. getCacheEntries()
Get all the cache entries.
-