Exemplo n.º 1
0
def GetAllCached():
    return cache.GetAllCachedBy(Organization, ten_minutes)
def GetAllCached():
    return cache.GetAllCachedBy(FormTypes, ten_minutes)
Exemplo n.º 3
0
def GetAllCached():
    return cache.GetAllCachedBy(IncidentForm, ten_minutes)
def GetAllCached():
    return cache.GetAllCachedBy(Contact, ten_minutes)
Exemplo n.º 5
0
def GetAllCached():
    return cache.GetAllCachedBy(Event, ten_minutes)