Search Java Classes and Packages
Search Java Frameworks and Libraries
 
  
    
      
      
      #Freemarker.cache Classes and Interfaces - 21 results found. 
        
      | Name | Description | Type | Package | Framework | 
| CacheStorage | Cache storage abstracts away the storage aspects of a cache - associating an object with a key, retrieval and removal via the key. | Interface | freemarker.cache | FreeMarker Template | 
|
| CacheStorageWithGetSize | A cache storage that has a getSize() method for returning the current number of cache entries. | Interface | freemarker.cache | FreeMarker Template | 
|
| ClassTemplateLoader | A TemplateLoader that can load templates from the classpath. | Class | freemarker.cache | FreeMarker Template | 
|
| ConcurrentCacheStorage | An optional interface for cache storage that knows whether it can be  concurrently accessible without synchronization. | Interface | freemarker.cache | FreeMarker Template | 
|
| FileTemplateLoader | A TemplateLoader that uses files inside a specified directory as the source of templates. | Class | freemarker.cache | FreeMarker Template | 
|
| MruCacheStorage | A cache storage that implements a two-level Most Recently Used cache. | Class | freemarker.cache | FreeMarker Template | 
|
| MultiTemplateLoader | A TemplateLoader that uses a set of other loaders to load the templates. | Class | freemarker.cache | FreeMarker Template | 
|
| NullCacheStorage | A cache storage that doesn't store anything. | Class | freemarker.cache | FreeMarker Template | 
|
| SoftCacheStorage | Soft cache storage is a cache storage that uses SoftReference  objects to hold the objects it was passed, therefore allows the garbage | Class | freemarker.cache | FreeMarker Template | 
|
| StatefulTemplateLoader | Interface that can be implemented by template loaders that maintain some  sort of internal state (i. | Interface | freemarker.cache | FreeMarker Template | 
|
| StringTemplateLoader | A TemplateLoader that uses a Map with Strings as its source of  In most case the regular way of loading templates from files will be fine. | Class | freemarker.cache | FreeMarker Template | 
|
| StrongCacheStorage | Strong cache storage is a cache storage that simply wraps a Map. | Class | freemarker.cache | FreeMarker Template | 
|
| TemplateCache | Performs caching and on-demand loading of the templates. | Class | freemarker.cache | FreeMarker Template | 
|
| TemplateCache .MaybeMissingTemplate | Used for the return value of TemplateCache. | Class | freemarker.cache.TemplateCache | FreeMarker Template | 
|
| TemplateLoader | FreeMarker loads template "files" through objects that implement this interface, thus the templates need not be real files, and can come from any kind of data source | Interface | freemarker.cache | FreeMarker Template | 
|
| TemplateLookupContext | Used as the parameter of TemplateLookupStrategy. | Class | freemarker.cache | FreeMarker Template | 
|
| TemplateLookupResult | The return value of TemplateLookupStrategy. | Class | freemarker.cache | FreeMarker Template | 
|
| TemplateLookupStrategy | Finds the TemplateLoader-level (storage-level) template source for the template name witch which the template was requested (as in Configuration. | Class | freemarker.cache | FreeMarker Template | 
|
| TemplateNameFormat | Symbolized template name format. | Class | freemarker.cache | FreeMarker Template | 
|
| URLTemplateLoader | This is an abstract template loader that can load templates whose location can be described by an URL. | Class | freemarker.cache | FreeMarker Template | 
|
| WebappTemplateLoader | A TemplateLoader that uses streams reachable through ServletContext. | Class | freemarker.cache | FreeMarker Template |