Uses of Interface
com.swiftmq.impl.queue.standard.queue.Cache
Packages that use Cache
-
Uses of Cache in com.swiftmq.impl.queue.standard.queue
Classes in com.swiftmq.impl.queue.standard.queue that implement CacheMethods in com.swiftmq.impl.queue.standard.queue that return CacheMethods in com.swiftmq.impl.queue.standard.queue with parameters of type CacheModifier and TypeMethodDescriptionMessageQueueFactory.createMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) MessageQueueFactoryImpl.createMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) Constructors in com.swiftmq.impl.queue.standard.queue with parameters of type CacheModifierConstructorDescriptionMessageQueue
(SwiftletContext ctx, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay)