@Component public class ScheduledTaskComponent extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ScheduledTaskComponent() |
Modifier and Type | Method and Description |
---|---|
void |
clearAppToken()
每分钟清理半小时前的token
|
void |
clearCache()
每6个小时清理缓存
|
void |
clearLog()
每月1号凌晨清理两年以前的日志
|
void |
clearStatistics()
每5分钟清理统计缓存
|
@Scheduled(fixedDelay=60000L) public void clearAppToken()
@Scheduled(fixedDelay=300000L) public void clearStatistics()
@Scheduled(cron="0 30 0/6 * * ?") public void clearCache()
@Scheduled(cron="0 0 0 1 * ?") public void clearLog()
Copyright © 2018. All rights reserved.