@groovy.transform.CompileStatic class SimpleCacheRefreshService extends java.lang.Object
异步的缓存刷新
| Type | Name and description |
|---|---|
CustomiseEngineService |
customiseEngineService |
DomainMetaService |
domainMetaService |
grails.core.GrailsApplication |
grailsApplication |
OrganizationService |
organizationService |
RedisCacheService |
redisCacheService |
| Constructor and description |
|---|
SimpleCacheRefreshService
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterDelete(org.grails.datastore.mapping.engine.event.PostDeleteEvent event) |
|
void |
afterInsert(org.grails.datastore.mapping.engine.event.PostInsertEvent event) |
|
void |
afterUpdate(org.grails.datastore.mapping.engine.event.PostUpdateEvent event) |
|
void |
updateOrganizationCustomiseEnableCaches(Organization organization) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#getClass(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#notify() |
Groovy Documentation