Groovy Documentation

grails-app.services
Class CacheService

java.lang.Object
  grails-app.services.CacheService

class CacheService

Property Summary
def categories

def pagesMap

def postsMap

def recentPostIds

boolean transactional

 
Constructor Summary
CacheService()

 
Method Summary
def getPage(java.lang.String id)

def getPost(java.lang.String id)

def getRecentPosts(int count, java.lang.String status)

void putPage(def page)

void putPost(def post)

void setPages(def pages)

void setRecentPosts(def recentPosts)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

categories

def categories


pagesMap

def pagesMap


postsMap

def postsMap


recentPostIds

def recentPostIds


transactional

boolean transactional


 
Constructor Detail

CacheService

CacheService()


 
Method Detail

getPage

public def getPage(java.lang.String id)


getPost

public def getPost(java.lang.String id)


getRecentPosts

public def getRecentPosts(int count, java.lang.String status)


putPage

void putPage(def page)


putPost

void putPost(def post)


setPages

void setPages(def pages)


setRecentPosts

void setRecentPosts(def recentPosts)


 

Groovy Documentation