Uses of Class
com.skava.auth.helper.CacheImpl
Packages that use CacheImpl
Package
Description
Repository classes to represent the data access layer of the entities.
Implementation classes to represent the service layer implementations of the collection.
Support classes for hold the reusable functionalities.
-
Uses of CacheImpl in com.skava.auth.repository
Methods in com.skava.auth.repository with parameters of type CacheImplModifier and TypeMethodDescriptiondefault void
ClientSessionRepository.deleteAllSessionByClientId
(String clientId, CacheImpl cacheImpl) default void
UserSessionRepository.deleteAllSessionByUserId
(Long userId, CacheImpl cacheImpl) -
Uses of CacheImpl in com.skava.auth.service.impl.collection
Subclasses of CacheImpl in com.skava.auth.service.impl.collectionModifier and TypeClassDescriptionclass
This service class implements GetAllCollectionService and handles the get all collections service request, process it and save the details in DB. -
Uses of CacheImpl in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type CacheImplModifier and TypeMethodDescriptionstatic CollectionVO
CacheUtil.getCollection
(Long collectionId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static CollectionVO
CacheUtil.getCollection
(Long collectionId, Long businessId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static CollectionVO
CollectionUtil.getCollection
(Long businessId, Long collectionId, CollectionRepository collectionRepository, CacheImpl cacheImpl) static boolean
CacheUtil.isValidCollection
(Long collectionId, Long businessId, CollectionRepository collectionRepository, CacheImpl cacheImpl) isValidCollection