com.atlassian.confluence.pages.persistence.dao.hibernate
Class PageIdCache
java.lang.Object
com.atlassian.confluence.pages.persistence.dao.hibernate.PageIdCache
public class PageIdCache
- extends Object
Constructor Summary |
PageIdCache(com.atlassian.cache.CacheFactory cacheFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageIdCache
public PageIdCache(com.atlassian.cache.CacheFactory cacheFactory)
get
public Long get(String spaceKey,
String title)
put
public void put(Page page)
remove
public void remove(Page page)
contains
public boolean contains(String spaceKey,
String title)