parent
6c752a3e0b
commit
cd50cbf719
@ -0,0 +1,17 @@
|
||||
package au.com.royalpay.payment.manage.system.core;
|
||||
|
||||
import org.springframework.cache.annotation.CacheEvict;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author kira
|
||||
* @date 2018/7/5
|
||||
*/
|
||||
@Service
|
||||
public class SystemPackageCacheSupport {
|
||||
|
||||
@CacheEvict(value = ":system:client_permission:", key = "#clientMoniker")
|
||||
public void clearClientPermission(String client_moniker){
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue