ehcache

net.sf.ehcache.bootstrap
Interface BootstrapCacheLoader

All Known Implementing Classes:
DiskStoreBootstrapCacheLoader, MemoryLimitedCacheLoader, RMIBootstrapCacheLoader, TerracottaBootstrapCacheLoader

public interface BootstrapCacheLoader

Version:
$Id: BootstrapCacheLoader.java 5631 2012-05-10 08:31:33Z teck $
Author:
Greg Luck

Method Summary
 Object clone()
          Clones the loader
 boolean isAsynchronous()
           
 void load(Ehcache cache)
          Instructs the loader to load the given cache
 

Method Detail

load

void load(Ehcache cache)
          throws CacheException
Instructs the loader to load the given cache

Parameters:
cache -
Throws:
CacheException

isAsynchronous

boolean isAsynchronous()
Returns:
true if this bootstrap loader is asynchronous

clone

Object clone()
             throws CloneNotSupportedException
Clones the loader

Throws:
CloneNotSupportedException

ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.