org.apache.lenya.cms.repository
Interface SharedItemStore
- All Superinterfaces:
- Session, UnitOfWork
public interface SharedItemStore
- extends Session
Store for read-only items which are shared by all sessions for performance reasons.
Field Summary |
static java.lang.String |
ROLE
The service role. |
Method Summary |
void |
clear()
Clears the store when a session has been committed. |
ROLE
static final java.lang.String ROLE
- The service role.
clear
void clear()
- Clears the store when a session has been committed.
Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.