org.infinispan.lucene
Interface CacheKey

All Known Implementing Classes:
FileCacheKey

public interface CacheKey

Interface for objects used as a key for Infinispan cache. Anything we put in the index store has to be scoped to one index, we tell two indexes apart by giving them unique names, so the keys are scoped to these index names.

Since:
4.0
Author:
Sanne Grinovero
See Also:
InfinispanDirectory.cache

Method Summary
 String getIndexName()
          Get the name of the index to which this key is scoped to.
 

Method Detail

getIndexName

String getIndexName()
Get the name of the index to which this key is scoped to.

Returns:
the indexName

Google Analytics

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