Uses of Class
services.moleculer.cacher.Cacher
Packages that use Cacher
-
Uses of Cacher in services.moleculer
Constructors in services.moleculer with parameters of type CacherModifierConstructorDescriptionServiceBroker(String nodeID, Cacher cacher, Transporter transporter) -
Uses of Cacher in services.moleculer.cacher
Subclasses of Cacher in services.moleculer.cacherModifier and TypeClassDescriptionclassAbstract class of distributed cachers.classJSR-107 JCache is a standardized caching API that is Java 6 compatible and introduced in JEE 8.classOn-heap memory cache.classRedis-based distributed cache. -
Uses of Cacher in services.moleculer.config
Fields in services.moleculer.config declared as CacherMethods in services.moleculer.config that return CacherMethods in services.moleculer.config with parameters of type CacherModifier and TypeMethodDescriptionvoidConstructors in services.moleculer.config with parameters of type CacherModifierConstructorDescriptionServiceBrokerConfig(String nodeID, Cacher cacher, Transporter transporter)