Uses of Class
com.skava.service.impl.CacheImpl
Packages that use CacheImpl
Package
Description
Notification Helper classes
Notification service implementations.
Notification Controller classes.
-
Uses of CacheImpl in com.skava.helper
Methods in com.skava.helper with parameters of type CacheImplModifier and TypeMethodDescriptionstatic void
DefaultEventActionUtil.createDefaultEventActions
(long collectionId, CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository) Creates default events and actions when collection createdstatic List<EventActionAttributeEntity>
CacheUtil.getEvantActionAttributesFromCacheOrDB
(CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository) This mehod used to load eventactionattributes form cache otherwise db. -
Uses of CacheImpl in com.skava.service.impl
Constructors in com.skava.service.impl with parameters of type CacheImplModifierConstructorDescriptionCreateCollectionServiceImpl
(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository, CollectionCreateAndUpdateValidator validator, CacheImpl<List<EventActionAttributeEntity>> cacheImpl) The class constructor. -
Uses of CacheImpl in com.skava.web
Constructors in com.skava.web with parameters of type CacheImpl