CachedFileStorage

pamflet.CachedFileStorage
See theCachedFileStorage companion object
case class CachedFileStorage(base: File, ps: List[FencePlugin]) extends Storage

Cache FileStorage based on the last modified time. This should make previewing much faster on large pamflets.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Storage
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def allFiles(f0: File): Seq[File]
def maxLastModified(f0: File): Long

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product