global class Org { global static Integer MAX_TTL_SECS; global Org() { } global Object clone() { } global static List contains(List keys) { } global static Map contains(Set keys) { } global static Boolean contains(String key) { } global static Object get(System.Type cacheBuilder, String key) { } global static List get(List keys) { } global static Map get(Set keys) { } global static Object get(String key) { } global static Long getAvgGetSize() { } global static Long getAvgGetTime() { } global static Long getAvgValueSize() { } global static Double getCapacity() { } global static Set getKeys() { } global static Long getMaxGetSize() { } global static Long getMaxGetTime() { } global static Long getMaxValueSize() { } global static Double getMissRate() { } global static String getName() { } global static Long getNumKeys() { } global static cache.OrgPartition getPartition(String partitionName) { } global static void put(String key, Object value, Integer ttlSecs, cache.Visibility visibility, Boolean immutable) { } global static void put(String key, Object value, Integer ttlSecs) { } global static void put(String key, Object value, cache.Visibility visibility) { } global static void put(String key, Object value) { } global static Boolean remove(System.Type cacheBuilder, String key) { } global static List remove(List keys) { } global static Boolean remove(String key) { } global class OrgCacheException extends Exception { global Org.OrgCacheException(String param0, Exception param1) { } global Org.OrgCacheException(Exception param0) { } global Org.OrgCacheException(String msg) { } global Org.OrgCacheException() { } global Object clone() { } global String getTypeName() { } } }