org.zanata.client.etag
Class ETagCache
java.lang.Object
org.zanata.client.etag.ETagCache
public class ETagCache
- extends Object
Provides a set of Etag cache entries and convenience methods for finding them.
- Author:
- Carlos Munoz camunoz@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ETagCache
public ETagCache()
getCacheEntries
public List<ETagCacheEntry> getCacheEntries()
addEntry
public void addEntry(ETagCacheEntry entry)
findEntry
public ETagCacheEntry findEntry(String localFileName,
String language)
clear
public void clear()
Copyright © 2013 Zanata Project. All Rights Reserved.