Uses of Class
com.loomcache.springboot.entity.CacheEntry
Packages that use CacheEntry
-
Uses of CacheEntry in com.loomcache.springboot.repository
Subinterfaces with type arguments of type CacheEntry in com.loomcache.springboot.repositoryModifier and TypeInterfaceDescriptioninterfaceSpring Data JPA repository for cache entry persistence.Methods in com.loomcache.springboot.repository that return types with arguments of type CacheEntryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CacheEntry> CacheEntryRepository.findByMapName(String mapName, org.springframework.data.domain.Pageable pageable) CacheEntryRepository.findByMapNameAndCacheKey(String mapName, String cacheKey)