com.googlecode.hibernate.memcached
Interface MemcacheClientFactory

All Known Implementing Classes:
DangaMemcacheClientFactory, SpyMemcacheClientFactory

public interface MemcacheClientFactory

Simple interface used to abstract the creation of the MemcachedClient All implementers must have a constructor that takes an instance of PropertiesHelper.

Author:
Ray Krueger

Method Summary
 Memcache createMemcacheClient()
           
 

Method Detail

createMemcacheClient

Memcache createMemcacheClient()
                              throws Exception
Throws:
Exception


Copyright © 2015. All rights reserved.