com.github.tototoshi.dbcache

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
case class CacheEntry(key: String, value: Array[Byte], expiration: Option[Long])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CacheEntry

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CacheEntry.type

Attributes

Supertypes
class Object
trait Matchable
class Any
abstract class DBCache(cacheDatabase: CacheDatabase, classLoader: ClassLoader)

Attributes

Supertypes
class Object
trait Matchable
class Any
class ObjectInputStreamWithCustomClassLoader(stream: InputStream, customClassloader: ClassLoader) extends ObjectInputStream

Attributes

Supertypes
class ObjectInputStream
trait ObjectStreamConstants
trait ObjectInput
trait DataInput
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
class Serializer(classLoader: ClassLoader)

Attributes

Supertypes
class Object
trait Matchable
class Any