org.infinispan.loaders
Interface CacheLoaderManager

All Superinterfaces:
Lifecycle
All Known Implementing Classes:
CacheLoaderManagerImpl

public interface CacheLoaderManager
extends Lifecycle

The cache loader manager interface

Since:
4.0
Author:
Manik Surtani

Method Summary
 CacheLoader getCacheLoader()
           
 CacheStore getCacheStore()
           
 boolean isEnabled()
           
 boolean isFetchPersistentState()
           
 boolean isShared()
           
 boolean isUsingPassivation()
           
 void preload()
           
 void purge()
           
 
Methods inherited from interface org.infinispan.lifecycle.Lifecycle
start, stop
 

Method Detail

getCacheLoader

CacheLoader getCacheLoader()

getCacheStore

CacheStore getCacheStore()

purge

void purge()

isUsingPassivation

boolean isUsingPassivation()

isShared

boolean isShared()

isFetchPersistentState

boolean isFetchPersistentState()

preload

void preload()

isEnabled

boolean isEnabled()

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.