C# Class Glass.Mapper.Sc.CachedItemVersionHandler

Inheritance: ItemVersionHandler
Mostra file Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
CachedItemVersionHandler ( ICacheManager cacheManager, Config config ) : System
HasVersions ( System.Item item ) : bool

Protected Methods

Method Description
CanCache ( ) : bool

Method Details

CachedItemVersionHandler() public method

public CachedItemVersionHandler ( ICacheManager cacheManager, Config config ) : System
cacheManager ICacheManager
config Config
return System

CanCache() protected method

protected CanCache ( ) : bool
return bool

HasVersions() public method

public HasVersions ( System.Item item ) : bool
item System.Item
return bool