|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachingException | |
|---|---|
| org.jasig.portal.concurrency | |
| org.jasig.portal.concurrency.caching | |
| org.jasig.portal.groups | |
| org.jasig.portal.services | |
| Uses of CachingException in org.jasig.portal.concurrency |
|---|
| Methods in org.jasig.portal.concurrency that throw CachingException | |
|---|---|
void |
IEntityCache.add(IBasicEntity entity)
|
void |
IEntityCachingService.add(IBasicEntity ent)
Adds the entity to the cache. |
void |
IEntityCache.cleanupCache()
Deprecated. This is the responsibility of the cache or cache manager code |
void |
IEntityCache.clearCache()
Remove all entries from the cache. |
IBasicEntity |
IEntityCachingService.get(Class<? extends IBasicEntity> type,
String key)
Returns the cached entity identified by type and key. |
IEntityCachingService |
IEntityCachingServiceFactory.newCachingService()
Return an instance of IEntityCachingService. |
void |
IEntityCachingService.remove(Class<? extends IBasicEntity> type,
String key)
Removes the cached entity identified by type and key from the cache and notifies peer caches. |
void |
IEntityCache.remove(String entityKey)
|
void |
IEntityCache.update(IBasicEntity entity)
|
void |
IEntityCachingService.update(IBasicEntity ent)
Updates the entity in the cache and notifies peer caches. |
| Uses of CachingException in org.jasig.portal.concurrency.caching |
|---|
| Methods in org.jasig.portal.concurrency.caching that throw CachingException | |
|---|---|
void |
AbstractEntityCachingService.add(IBasicEntity entity)
|
void |
MapBackedEntityCache.add(IBasicEntity entity)
|
void |
MapBackedEntityCache.cleanupCache()
Deprecated. |
void |
MapBackedEntityCache.clearCache()
|
IBasicEntity |
AbstractEntityCachingService.get(Class<? extends IBasicEntity> entityType,
String key)
|
protected IEntityCache |
CacheFactoryEntityCachingService.getCache(Class<? extends IBasicEntity> entityType)
|
protected abstract IEntityCache |
AbstractEntityCachingService.getCache(Class<? extends IBasicEntity> entityType)
Retrieves the IEntityCache to store the specified entityType in. |
void |
AbstractEntityCachingService.remove(Class<? extends IBasicEntity> entityType,
String key)
|
void |
MapBackedEntityCache.remove(String entityKey)
|
void |
AbstractEntityCachingService.update(IBasicEntity entity)
|
void |
MapBackedEntityCache.update(IBasicEntity entity)
|
| Uses of CachingException in org.jasig.portal.groups |
|---|
| Methods in org.jasig.portal.groups that throw CachingException | |
|---|---|
protected void |
ReferenceGroupService.addGroupToCache(IEntityGroup group)
Deprecated. |
protected IEntity |
ReferenceCompositeGroupService.getEntityFromCache(String key)
Returns a cached IEntity or null if it has not been cached. |
protected IEntityGroup |
ReferenceIndividualGroupService.getGroupFromCache(String key)
Returns a cached IEntityGroup or null if it has not been cached. |
protected IEntityGroup |
ReferenceGroupService.getGroupFromCache(String key)
Deprecated. Returns a cached IEntityGroup or null if it has not been cached. |
protected void |
ReferenceGroupService.removeGroupFromCache(IEntityGroup group)
Deprecated. |
protected void |
ReferenceGroupService.updateGroupInCache(IEntityGroup group)
Deprecated. |
| Uses of CachingException in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that throw CachingException | |
|---|---|
void |
EntityCachingService.add(IBasicEntity ent)
Deprecated. Adds the entity to the cache. |
IBasicEntity |
EntityCachingService.get(Class<? extends IBasicEntity> type,
String key)
Deprecated. Returns the cached entity identified by type and key. |
IBasicEntity |
EntityCachingService.get(EntityIdentifier entityID)
Deprecated. Returns the cached entity referred to by entityID. |
static EntityCachingService |
EntityCachingService.instance()
Deprecated. Use EntityCachingService.getEntityCachingService() instead. |
void |
EntityCachingService.remove(Class<? extends IBasicEntity> type,
String key)
Deprecated. Removes the entity identified by type and key from the cache and notifies peer caches. |
void |
EntityCachingService.remove(EntityIdentifier entityID)
Deprecated. Removes the entity referred to by entityID from the cache and notifies peer caches. |
void |
EntityCachingService.remove(IBasicEntity ent)
Deprecated. Removes the IBasicEntity from the cache and notifies peer
caches. |
void |
EntityCachingService.update(IBasicEntity ent)
Deprecated. Updates the entity in the cache and notifies peer caches. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||