mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
14 lines
131 B
ObjectPascal
14 lines
131 B
ObjectPascal
unit MVCFramework.View.Cache;
|
|
|
|
interface
|
|
|
|
uses
|
|
Generics.Collections;
|
|
|
|
implementation
|
|
|
|
uses
|
|
System.SysUtils;
|
|
|
|
end.
|