public class

PageIdCache

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.pages.persistence.dao.hibernate.PageIdCache

Summary

Public Constructors
PageIdCache(CacheFactory cacheFactory)
Public Methods
boolean contains(String spaceKey, String title)
Long get(String spaceKey, String title)
void put(Page page)
void remove(Page page)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PageIdCache (CacheFactory cacheFactory)

Public Methods

public boolean contains (String spaceKey, String title)

public Long get (String spaceKey, String title)

public void put (Page page)

public void remove (Page page)