public class EvictionScheduler extends Object
Modifier and Type | Class and Description |
---|---|
class |
EvictionScheduler.RedissonCacheTask |
Constructor and Description |
---|
EvictionScheduler(CommandAsyncExecutor executor) |
Modifier and Type | Method and Description |
---|---|
void |
runCleanTask(String name,
String timeoutSetName,
long currentDate) |
void |
schedule(String name) |
void |
schedule(String name,
String timeoutSetName) |
void |
schedule(String name,
String timeoutSetName,
String maxIdleSetName) |
void |
scheduleCleanMultimap(String name,
String timeoutSetName) |
void |
scheduleJCache(String name,
String timeoutSetName,
String expiredChannelName) |
public EvictionScheduler(CommandAsyncExecutor executor)
Copyright © 2014–2016 The Redisson Project. All rights reserved.