org.terracotta.cache
Interface LocallyCacheable

All Known Implementing Classes:
ConcurrentDistributedServerMap, EnterpriseConcurrentDistributedMap, TerracottaDistributedCache

public interface LocallyCacheable

Implemented by an object with a local cache.

An object that implements this interface provides a local cache (e.g. for performance optimization).

Author:
Abhishek Sanoujam

Method Summary
 void clearLocalCache()
          Clears the local cache
 

Method Detail

clearLocalCache

void clearLocalCache()
Clears the local cache



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.