Uses of Enum Class
com.levigo.jadice.web.client.PageView.TextPurgeStrategy
Packages that use PageView.TextPurgeStrategy
-
Uses of PageView.TextPurgeStrategy in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageView.TextPurgeStrategyModifier and TypeMethodDescriptionstatic PageView.TextPurgeStrategy
Returns the enum constant of this class with the specified name.static PageView.TextPurgeStrategy[]
PageView.TextPurgeStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client with parameters of type PageView.TextPurgeStrategyModifier and TypeMethodDescriptionvoid
PageView.setTextPurgeStrategy
(PageView.TextPurgeStrategy textPurgeStrategy) Sets thePageView.TextPurgeStrategy
to decide whetherPageTextContent
should be cached and when the are cache when they should be removed from the cache.